ThbTapiCall.RemoteID
Unit: hbTapi

This property was introduced to simplify the handling of ThbTapiCall.CallerID, ThbTapiCall.CalledID and ThbTapiCall.ConnectedID. If the call is in an 'outgoing' state like dialing or proceeding, RemoteID holds the values of ThbTapiCall.CalledID. If the call is in an 'incoming' call state like offering or accepted, it holds the ThbTapiCall.CallerID. If the call is in a 'connected' state like connected of hold, it holds the ThbTapiCall.ConnectedID. If no ThbTapiCall.ConnectedID is available, it holds ThbTapiCall.CallerID or ThbTapiCall.CalledID.

The properties ThbTapiCall.RedirectingID and ThbTapiCall.RedirectionID are not heeded within RemoteID.

It consits of the following sub-properties:

Address
AddressAvail
Blocked
Flags
Name
NameAvail
Unavail

Availability

Design-Time: None / Run-Time: Read

Declaration

property RemoteID: ThbTapiCallPartyID;

See Also

ThbTapiCall.CallerID | CalledID | 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.