TargetInfo (MSPL)

The TargetInfobuilt-in class defines the target user information.

Syntax

  Copy codeCopy code
class TargetInfo {
uri Uri;
string Aor;
string Instance;
bool IsPhone;
bool DomainSupported;
}

Fields

The TargetInfoclass defines the following fields.

Field

Description

Uri

Data type: uri

Contains the URI of the destination user.

Aor

Data type: string

Contains the user@host portion of the user URI.

Instance

Data type: string

Contains the unique identifier (GRUU) that is registered by the endpoint. This can be NULL.

IsPhone

Data type: bool

The value is true if the URI is a phone number. Otherwise, it is false .

DomainSupported

Data type: bool

The value is true if the domain of the AOR is a domain that is supported on the server. Otherwise, it is false .

See also