Click or drag to resize
VisualVoiceMailService Class
Represents the Visual Voicemail Service.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesVisualVoiceMailService

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

The VisualVoiceMailService type exposes the following members.

Properties
  NameDescription
Public propertyDeleteMessagesCapability
Returns an indication of whether the visual voicemail messages can be deleted.
Public propertyGetUnreadMessageCount
Get number of unread voice messages.
Public propertyHasUnreadMessages
Returns whether the user has unread voicemail messages.
Public propertyIsServiceAvailable
A Boolean value indicating whether the visual voicemail service is available. This value is closely connected with capabilities - if the service is not running, usually all of the capabilities related to the service won't be allowed.
Public propertyRetrieveMessagesCapability
Returns an indication of whether the visual voicemail messages can be retrieved.
Top
Methods
  NameDescription
Public methodDeleteMessage
Deletes a visual voicemail message.
Public methodRetrieveAllMessages
Retrieve visual voicemail messages for the user. This method retrieves the dynamically-updated collection of visual voicemails that are associated with the currently logged in user.
Top
Events
  NameDescription
Public eventVisualVoicemailServiceAvailable
Notifies the application that the visual voicemail service has successfully started or restored.
Public eventVisualVoiceMailServiceCapabilitiesChanged
Notifies the application that capabilities of the visual voicemail service have been changed.
Public eventVisualVoicemailServiceUnavailable
Notifies the application that the visual voicemail service has been successfully closed or its work was interrupted, for example by a network or server problem.
Public eventVisualVoiceMailServiceUnreadMessageCountChanged
Notifies the application that unread message count has been changed.
Top
See Also