SearchConversationRemoveMessage Method |
Removes a Message (only draft messages can be removed).
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic override 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