This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

TargetInfo (MSPL)

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

Syntax

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.