TargetInfo

Applies to: Lync 2013 | Lync Server 2013

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) 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

Concepts

MSPL built-in classes

MSPL scripting reference