| VisualVoiceMailMessageDownload Method |
Start the download of the audio voicemail file asynchronously.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic CancellableDataRetrieval Download(
string downloadFilePath,
VisualVoiceMailMessageCompletionHandler completionHandler
)
Parameters
- downloadFilePath
- Type: SystemString
The path to download audio voicemail file. - completionHandler
- Type: Avaya.ClientServicesVisualVoiceMailMessageCompletionHandler
The completion handler which will be invoked when the operation returns.
Return Value
Type:
CancellableDataRetrieval Data retrieval cancel object
See Also