Click or drag to resize

AddContactEventArgs Properties

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
See Also