SourceInfo

Applies to: Lync 2013 | Lync Server 2013

SourceInfo (MSPL)

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

Syntax

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.

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

Concepts

MSPL built-in classes

MSPL scripting reference