Click or drag to resize

AddContactEventArgsNewContact Property

The contact which was added.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Contact NewContact { get; }

Property Value

Type: Contact
Remarks
This object will be null in case of failure of the operation.
See Also