Click or drag to resize

VisualVoiceMailFailureEventArgs Class

The event argument used to communicate visual voicemail errors to the application.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesVisualVoiceMailFailureEventArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class VisualVoiceMailFailureEventArgs : EventArgs

The VisualVoiceMailFailureEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyError
Error type.
Public propertyProtocolErrorCode
The protocol error code.
Public propertyProviderErrorDisplayMessage
A non-localized string that provides a description of the error.
Public propertyProviderErrorReason
A non-localized string that describes the error reason.
Top
Methods
  NameDescription
Public methodToString
Helper method for creating string from all given error data.
(Overrides ObjectToString.)
Top
See Also