Click or drag to resize
ContactServiceAddContact Method
Adds a new contact.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void AddContact(
	EditableContact newContact,
	ContactServiceAddContactCompletionHandler completionHandler
)

Parameters

newContact
Type: Avaya.ClientServicesEditableContact
The editable contact used to create the new contact. This editable contact can be created using one of the following methods:
completionHandler
Type: Avaya.ClientServicesContactServiceAddContactCompletionHandler
The completion handler for this operation.
See Also