Click or drag to resize
ConversationRemoveMessage Method
Removes a Message (only draft messages can be removed).

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public virtual void RemoveMessage(
	Message message,
	ConversationCompletionHandler completionHandler
)

Parameters

message
Type: Avaya.ClientServicesMessage
The message to be removed.
completionHandler
Type: Avaya.ClientServicesConversationCompletionHandler
The completion handler which will be invoked when the operation completes. Operation success or failure is reported through this handler.
See Also