Click or drag to resize

ExportServiceExportMessagingConversation Method

Exports the messages and attachments from the given conversation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void ExportMessagingConversation(
	Conversation conversation,
	string directoryPath,
	string fileName,
	ExportServiceExportMessagingConversationCompletionHandler completionHandler
)

Parameters

conversation
Type: Avaya.ClientServicesConversation
The Messaging conversation object to be exported.
directoryPath
Type: SystemString
The directory path where HTML file and attachment folder will be created.
fileName
Type: SystemString
The HTML file name.
completionHandler
Type: Avaya.ClientServicesExportServiceExportMessagingConversationCompletionHandler
The completion handler for this operation.
Remarks
All messages and attachments in the conversation are downloaded from server and placed in the specified directory. The messages are written to the specified HTML file and attachments are written into a subfolder named "attachments".
See Also