Click or drag to resize
AddContactEventArgsError Property
Error code related to add contact operation.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public ContactError Error { get; }

Property Value

Type: ContactError
Remarks
If the operation is successful this object will have default values (UnknownReason error code).
See Also