Click or drag to resize
ExportService Class
The ExportService object is accessible from the User object, providing the ability to export conference chats and messaging conversations. These conversations are exported in HTML format. Any attachments to these conversations are exported as well.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesExportService

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class ExportService

The ExportService type exposes the following members.

Properties
  NameDescription
Public propertyConferenceChatExportCapability
Capability describing the Conference Chat export availability.
Public propertyMessagingConversationExportCapability
Capability describing the Messaging conversation export availability.
Top
Methods
  NameDescription
Public methodCancelExportChat
Cancel exporting the messages from the given conference chat.
Public methodCancelExportMessagingConversation
Cancel exporting the messages from the given conversation.
Public methodExportChat
Exports the messages from the given chat. Only public conference chat will be exported.
Public methodExportMessagingConversation
Exports the messages and attachments from the given conversation.
Public methodSetLocalizedStrings
Sets the localized strings to be used in the exported HTML file.
Public methodSetRightToLeftAlignment
Sets the text alignment to be used in the exported HTML file.
Top
Events
  NameDescription
Public eventExportChatStatusChanged
Occurs when there is a change of status in a Chat export operation.
Public eventExportMessagingConversationStatusChanged
Occurs when there is a change of status in a messaging conversation export operation.
Top
Remarks
The ExportService exposes a set of APIs that allow application developers to download conference chat and messaging conversations for archival on the local file system or other storage location depending on the client application's implementation.

The availability of this service depends on a configuration setting controlled by the system administrator.

The client application is notified about status updates reported by the Export services through event handlers that the application has registered on the ExportService object's events. These updates may be the result of operations on the ExportService object.

See Also