Contact Members
Include Protected Members
Include Inherited Members
Represents a contact within the Lync client. A contact can be person, bot or phone number.
The Contact type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContactManager | Gets the parent contact and group manager of this contact. | |
CustomGroups | Gets the list of all groups of which this contact is a member of. | |
Settings | Gets a collection of contact properties. | |
UnifiedCommunicationType | Returns the unified communications type of this contact. | |
Uri | Gets the contact Uri. |
Top
Methods
Name | Description | |
---|---|---|
BeginChangeSetting | Sets a property associated with this contact. | |
BeginGetOrganizationInformation | Gets the organization information for this contact. | |
BeginMoveToGroup | Moves this contact from a source group to a target group. | |
CanChangeSetting | Checks if a property can be set for this contact. | |
CanMoveToGroup | Checks if this contact can be moved from a source group to a target group. | |
CanStart | Checks if this contact can start a given mode (modality) of communication. | |
CreateContactEndpoint | Creates a collaboration endpoint object from a telephone number. | |
CreateObjRef | (inherited from MarshalByRefObject) | |
EndChangeSetting | Blocks the calling thread until BeginChangeSetting completes. | |
EndGetOrganizationInformation | Blocks the calling thread until BeginGetOrganizationInformation completes. Returns contact collections representing peers and directors. | |
EndMoveToGroup | Blocks the calling thread until BeginMoveToGroup completes. | |
Equals | (inherited from Object) | |
Finalize | (Overrides UCWFullFinalize().) | |
GetContactInformation(ContactInformationType) | Gets a single contact information item from this contact. | |
GetContactInformation(IEnumerable<ContactInformationType>) | Gets a single contact information item from this contact. | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
ContactInformationChanged | Occurs when one or more of contact information items are changed. | |
SettingChanged | Occurs when the value of a contact property changes. | |
UriChanged | Occurs when the contact Uri is changed. |
Top