TargetInfo (MSPL)

The TargetInfo built-in class defines the target user information.

Syntax

  Copy imageCopy Code
class TargetInfo {
uri Uri;
string Aor;
string Instance;
bool IsPhone;
bool DomainSupported;
}

Fields

The TargetInfo class 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) registered by the endpoint. This can be NULL.

IsPhone

Data type: bool

The value is true if the URI is a phone number; else false.

DomainSupported

Data type: bool

The value is true if the domain of the AOR is a domain that is supported on the server; else false.