| AttachmentDownload Method |
Start the download of the attachment asynchronously.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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