Gets the Contact object representing self that
can be used as a normal contact.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public Contact Contact { get; } |
Remarks
The contact information you obtain from this property is
not reliable or complete when the Self instance is obtained from
the DelegatorClient.LyncClient.Self property. To obtain complete
and accurate contact information, get a Contact instance
representing the delegator by calling
ContactManager.GetContactByUri(DelegatorClient.Uri).