SourceInfo (MSPL)

The SourceInfo built-in class defines the source user information. This is introduced in Microsoft Lync Server 2010.

Syntax

  Copy imageCopy Code
class SourceInfo {
string Aor;
bool IsPhone;
string Instance;
}

Fields

The SourceInfo class 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.

Instance

Data type: string

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

IsPhone

Data type: bool

The value is true if the Aor field contains a phone number; else false.