Click or drag to resize

UpdateContactEventArgs Properties

The UpdateContactEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyError
The contact error code for the update operation.
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.)
Public propertyUpdatedContact
The contact which was updated.
Top
See Also