Enumerates properties set for a Contact instance.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
enum 
ContactSetting

Members

Member name Value Description
Tagged 268435456
Is this contact tagged for information updates? Property value type is Boolean.
AccessLevel 805306369
Contact access level. Property value type is AccessLevel enumeration.
ExchangeServiceEntryId 2
Read-only, Entry ID of an Microsoft Exchange contact if the contact is an Exchange contact. Property value type is String.
Source 805306371
Read-only, Shows the contact source. Property value type is ContactSourceTypes enumeration.
DefaultContactEndpoint 1073741828
The default collaboration endpoint (SIP or TEL URI) for this contact. This can be set to store most recently used/preferred endpoint to connect to for a contact. Property value type is a CollaborationEndpoint instance.
Invalid -1

See Also