Click or drag to resize

VisualVoiceMailMessageDownload Method

Start the download of the audio voicemail file asynchronously.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public 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