| AttachmentSetLocation Method |
Set attachment location.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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