Set attachment name.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void SetName(
string name,
AttachmentCompletionHandler completionHandler
)
Parameters
- name
- Type: SystemString
Attachment name.
- completionHandler
- Type: Avaya.ClientServicesAttachmentCompletionHandler
The completion handler which will be invoked when the operation returns.
See Also