Click or drag to resize

ExportStatus Enumeration

Export service progress status

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum ExportStatus
Members
  Member nameValueDescription
ExportStarted0 Export started.
ExportSucceeded1 Export succeeded.
ExportSucceededWithAttachmentFailure2 Export succeeded, but some attachments failed to download.
ExportNotSupported4 Export is not supported.
ExportFailed3 Export failed.
MessageDownloadInProgress5 Message download in progress.
MessageDownloadFailed7 Message download failed.
MessageDownloadCompleted6 Message download completed.
AttachmentDownloadInProgress8 Attachment download in progress.
AttachmentDownloadFailed10 Attachment download failed.
AttachmentDownloadCompleted9 Attachment download completed.
FileWritingInProgress11 File writing in progress.
FileWritingFailed13 File writing failed.
FileWritingCompleted12 File writing completed.
CancelInProgress14 Cancel in progress.
CancelFailed16 Cancel failed.
CancelSucceeded15 Cancel succeeded.
See Also