The VoicemailMessage type exposes the following members.
Methods
Name | Description | |
---|---|---|
CancelSaveAsFile |
Cancels the current downloading to a file.
| |
Delete |
Issues a synchronous request to delete this VoicemailMessage.
| |
DeleteAsync |
Issues an asynchronous request to delete this VoicemailMessage.
| |
Dispose()()()() |
Releases resources held by this instance.
| |
Dispose(Boolean) |
Releases the unmanaged resources used by the AuthSettings and optionally releases the managed resources.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PlayToHandset | Issues a synchronous request to play a VoicemailAttachment to the handset of the current logged-in station. | |
PlayToHandsetAsync |
Issues an asynchronous request to play a VoicemailAttachment to the handset of the current logged-in station.
| |
PlayToNumber | Issues a synchronous request to play a VoicemailMessage to a specified target number. | |
PlayToNumberAsync |
Issues an asynchronous request to play a VoicemailAttachment to a specified target number.
| |
PlayToStation | Issues an synchronous request to play this VoicemailMessage to a specified station. | |
PlayToStationAsync |
Issues an asynchronous request to play this VoicemailMessage to a specified station.
| |
SaveAsFile |
Downloads this message into a specified file.
| |
SaveAsFileAsync |
Asynchronously downloads this VoicemailMessage into a specified file.
| |
StopPlayToNumber |
Issues a synchronous request to stop playing a VoicemailMessage to a remote number.
| |
StopPlayToNumberAsync |
Issues an asynchronous request to stop playing a VoicemailMessage to a remote number.
| |
StopPlayToStation |
Issues a synchronous request to stop playing a VoicemailMessage to a station.
| |
StopPlayToStationAsync |
Issues an asynchronous request to stop playing a VoicemailMessage to a station.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Attachments |
Gets the list of attachments on this VoicemailMessage.
| |
Body |
Gets the body text of this VoicemailMessage.
| |
Cc |
Gets the list of recipients carbon-copied on this VoicemailMessage.
| |
DateReceived |
Gets the DateTime this VoicemailMessage was received.
| |
From |
Gets the sender of the VoicemailMessage.
| |
HasBeenRead |
Gets a flag indicating whether this VoicemailMessage is marked as read or unread.
| |
Id |
Gets the ID of this VoicemailMessage.
| |
Importance |
Gets the importance level of this VoicemailMessage.
| |
Sensitivity |
Gets the sensitivity level of this VoicemailMessage.
| |
Subject |
Gets the subject of the VoicemailMessage.
| |
To |
Gets the list of recipients for this VoicemailMessage.
|
Events
Name | Description | |
---|---|---|
DownloadProgressChanged |
Occurs when the progress of downloading a VoicemailMessage changes.
| |
PlaybackComplete |
Occurs when playback to a remote number or station has completed.
|