ContactSourceType Enumeration |
Determines source types for contacts.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic enum ContactSourceType
Members
| Member name | Value | Description |
---|
| Local | 0 |
Local source - contacts from native OS application, i.e. Outlook, Contacts app, etc.
|
| Enterprise | 1 |
Enterprise source - contacts from remote source, i.e. PPM, ACS, LDAP, etc.
|
| AllContacts | 2 |
All contact sources - contacts are retrieved from all sources with data from multiple
sources merged into a single contact object if they represent the same person or organization.
|
Remarks
This enumeration is used in the following places:
Field Value
Type:
ContactService.GetContacts(ContactRetrievalWatcher ^,ContactSourceType) |
The source type passed into the GetContacts method determines which sources the contacts will be retrieved from.
|
ContactSources |
This list contains all sources that provide data for the contact.
Due to the aggregation of provider contacts, one contact can have multiple sources of data.
|
See Also