Click or drag to resize
AttachmentSetName Method
Set attachment name.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public 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