Contact 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 settings. | |
UnifiedCommunicationType | Returns the Unified Communication type of this contact. | |
Uri | Gets the contact URI. |
Top
Methods
Name | Description | |
---|---|---|
BeginChangeSetting | Sets a setting associated with this contact. | |
BeginGetOrganizationInformation | Gets the Organization Info of this contact. | |
BeginMoveToGroup | Moves this contact from a source group to a target group. | |
CanChangeSetting | Checks if the setting 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 of communication (modality | |
CreateContactEndpoint | Creates a collaboration endpoint object from a telephone number. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndChangeSetting | Sets a setting associated with this contact. | |
EndGetOrganizationInformation | Gets the Organization Info of this contact. | |
EndMoveToGroup | Moves this contact from a source group to a target group. | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides UCWFullFinalize().) | |
GetContactInformation(ContactInformationType) | Gets a single contact information from this contact. | |
GetContactInformation(IEnumerable<ContactInformationType>) | Gets contact information 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 pieces of contact information are changed. | |
SettingChanged | Occurs when the value of a contact property changes. | |
UriChanged | Occurs when the contact URI is changed. |
Top