AttachmentDownload Method |
Start the download of the attachment asynchronously.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic AsynchDataProgress Download(
string downloadFilePath,
AttachmentCompletionHandler completionHandler
)
Parameters
- downloadFilePath
- Type: SystemString
Path to download attachment.
- completionHandler
- Type: Avaya.ClientServicesAttachmentCompletionHandler
The completion handler which will be invoked when the operation returns.
Return Value
Type:
AsynchDataProgressData retrieval object
See Also