Enumerates the type of endpoint which represents the contact.

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

Syntax

C#
public 
enum 
ContactEndpointType

Members

Member name Value Description
WorkPhone 0
Contact's endpoint if their work phone.
MobilePhone 1
Contact's endpoint is their mobile phone.
HomePhone 2
Contact's endpoint is their mobile phone.
OtherPhone 3
Contact's end point is other phone.
Lync 4
Contact's endpoint is their Lync client represented by sip address.
VoiceMail 5
Contact's voice memo SIP address.
Invalid -1

See Also