Click or drag to resize

AttachmentSetLocation Method

Set attachment location.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetLocation(
	string location,
	AttachmentCompletionHandler completionHandler
)

Parameters

location
Type: SystemString
Attachment location.
completionHandler
Type: Avaya.ClientServicesAttachmentCompletionHandler
The completion handler which will be invoked when the operation returns.
See Also