Click or drag to resize

VoiceMessagingService Class

The VoiceMessagingService object is accessible from the User object, providing voicemail status updates.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesVoiceMessagingService

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

The VoiceMessagingService type exposes the following members.

Properties
  NameDescription
Public propertyVoicemailNumber
The voicemail number.
Public propertyVoiceMessagingStatus
Top
Events
  NameDescription
Public eventServiceAvailable
Occurs when the voice messaging service becomes available.
Public eventServiceUnavailable
Occurs when the voice messaging service becomes unavailable.
Public eventVoicemailNumberChanged
Occurs when the voicemail number has been changed or has become available.
Public eventVoiceMessagingStatusChanged
Occurs when the voice messaging status has changed.
Top
See Also