ThbTapiCall.CalledID
Unit: hbTapi

Contains Information of the called party.

It consits of the following sub-properties:

Address
AddressAvail
Blocked
Flags
Name
NameAvail
Unavail

Availability

Design-Time: None / Run-Time: Read

Declaration

property CalledID: ThbTapiCallPartyID;

See Also

ThbTapiCall.RemoteID | CallerID |  ConnectedID | RedirectingID | RedirectionID.


Address (String)

This property hold the caller party ID number information, typically the phone number.

AddressAvail (Boolean)

This property checks whether the Flags property has set the LINECALLPARTYID_ADDRESS bit. This flag indicates whether a address (phone number) information is available or not.

Blocked (Boolean)

If this member is equal to True, the party identifier information is not available because it has been blocked by the remote party.

Flags (DWORD)

These flags determines the validity and content of the caller, or originator, party identifier information. This member uses one of the LINECALLPARTYID_ constants. See the Microsoft TAPI documentation for further Information.

Name (String)

This property contains the caller party ID name information.

NameAvail (Boolean)

This property checks whether the Flags property has set the LINECALLPARTYID_NAME bit. This flag indicates whether a name information is available or not.

.Unavail (Boolean)

If this member is equal to True, the party identifier information is not available and will not become available later.