Click or drag to resize

AttachmentDownload Method

Start the download of the attachment asynchronously.

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