VisualVoiceMailMessage Class |
Namespace: Avaya.ClientServices
public class VisualVoiceMailMessage
The VisualVoiceMailMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | AudioFileStatus |
The status of attached audio voicemail file.
|
![]() | CallerAddress |
The address of the party that left the voice message.
|
![]() | CallerName |
The Name of the party that left the voice message.
|
![]() | ConsumeCapability |
Returns an indication of whether the audio voicemail file can be consumed.
|
![]() | DownloadCapability |
Returns an indication of whether the audio voicemail file can be downloaded.
|
![]() | Duration |
The duration of attached audio voicemail file.
|
![]() | Location |
The location of attached audio voicemail file.
|
![]() | MarkMessageAsReadCapability |
Returns an indication of whether the visual voicemail can be marked as read.
|
![]() | MarkMessageAsUnreadCapability |
Returns an indication of whether the visual voicemail can be marked as unread.
|
![]() | ReceivedDate |
The received date/time of the voice message.
|
![]() | Size |
The size of attached audio voicemail file.
|
![]() | Subject |
The subject of the voice message.
|
Name | Description | |
---|---|---|
![]() | Consume |
Returns the location of audio file for consumption and changes
audio file download status to Consumed.
|
![]() | Download |
Start the download of the audio voicemail file asynchronously.
|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | IsRead |
Indicates whether or not the message is read.
|
![]() | MarkAsRead |
Mark the visual voicemail message as read.
|
![]() | MarkAsUnread |
Mark the visual voicemail message as unread.
|
Name | Description | |
---|---|---|
![]() | VisualVoiceMailMessageCapabilitiesChanged |
Event raised when the capabilities have been changed.
|
![]() | VisualVoiceMailMessageFileStatusChanged |
Event raised when the file status has been changed.
|
![]() | VisualVoiceMailMessageLocationChanged |
Event raised when the location has been changed.
|
![]() | VisualVoiceMailMessageReadStatusChanged |
Event raised when the read status has been changed.
|