Click or drag to resize

ContactService Methods

The ContactService type exposes the following members.

Methods
  NameDescription
Public methodAddContact
Adds a new contact.
Public methodChangeSearchContactsRequest Obsolete.
Change the search contacts request with a given new query string. All other parameters are immutable.
Public methodCreateContactGroup
Creates a Contact Group with specified group name and group members.
Public methodCreateEditableContact
Creates a new EditableContact object with default values.
Public methodCreateEditableContactFromContact
Creates a new editable contact object from a given existing contact.
Public methodDeleteContact
Deletes an existing contact.
Public methodDeleteContactGroup
Deletes Contact Group.
Public methodGetAvailableContactSourceTypes
Returns the list of available and online ContactSourceType. If there is more than one source, the AllContacts source will be added into the online list.
Public methodGetContactGroups
Get the contact groups list from the given source.
Public methodGetContacts
Get the contact list from the given source.
Public methodGetMatchingContactForDirectoryContact
Get matching contact (from cache) to the one from search results.
Public methodGetSelfContact
Gets the contact information for the currently logged-in user..
Public methodResolveContacts
Search for the contacts with given request parameters. There can be only one search in progress with a particular string. If such a search already exists, a new one won't be started.
Public methodSearchContacts(SearchContactsWatcher, ContactSearchRequest)
Extended search for the contacts with given request parameters. There can be only one search in progress with a particular request. If such a search already exists, a new one won't be started.
Public methodSearchContacts(SearchContactsWatcher, String, SearchScopeType, SearchSourceType, UInt32, UInt32)
Search for the contacts with given request parameters. There can be only one search in progress with a particular string. If such a search already exists, a new one won't be started.
Public methodSearchTerminals
Search for the terminals with given request parameters. There can be only one search in progress with a particular request. If such a search already exists, a new one won't be started.
Public methodUpdateContact
Updates an existing contact.
Top
See Also