Click or drag to resize
AddContactEventArgs Class
EventArgs used to inform about add contact operation result.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesProtocolEventArgs
      Avaya.ClientServicesAddContactEventArgs

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class AddContactEventArgs : ProtocolEventArgs

The AddContactEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyContactWasMerged
Additional information indicating if the new contact was merged to an existing object. The contact is merged if they have at least one email address in common. When this value is true the contact count won't change after the add operation.
Public propertyError
Error code related to add contact operation.
Public propertyNewContact
The contact which was added.
Public propertyProtocolReason
The reason string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolResponseCode
The response code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarning
The warning string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarningCode
The warning code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Top
Remarks
This object is used for both successful and unsuccessful results of operations. If operation is successful the NewContact property is not null.
See Also