SourceInfo (MSPL)

The SourceInfobuilt-in class defines the source user information. This class was introduced in Microsoft Lync Server 2010.

Syntax

  Copy codeCopy code
class SourceInfo {
string Aor;
bool IsPhone;
string Instance;
}

Fields

The SourceInfoclass defines the following fields.

Field

Description

Aor

Data type: string

Contains the user@host portion of the user SIP URI, or contains the user part of a TEL URI. The URI type is determined by the proxy.

IsPhone

Data type: bool

The value is true if the Aor field contains a phone number. Otherwise, it is false .

Instance

Data type: string

Contains the unique identifier (GRUU) that is registered by the endpoint. The value is a registry GUID string format, for example, 40122A8F-64F4-418C-8147-1A7500123E4E. This can be NULL.

See also