Set attachment name.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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