Click or drag to resize
MessageRemoveAttachment Method
Remove a specified attachment from this message.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void RemoveAttachment(
	Attachment attachment,
	MessageCompletionHandler completionHandler
)

Parameters

attachment
Type: Avaya.ClientServicesAttachment
The attachment to remove from the message.
completionHandler
Type: Avaya.ClientServicesMessageCompletionHandler
The completion handler which will be invoked when the operation completes. Operation success or failure is reported through this handler.
See Also