ExportStatus Enumeration |
Namespace: Avaya.ClientServices
public enum ExportStatus
| Member name | Value | Description | |
|---|---|---|---|
| ExportStarted | 0 | Export started. | |
| ExportSucceeded | 1 | Export succeeded. | |
| ExportSucceededWithAttachmentFailure | 2 | Export succeeded, but some attachments failed to download. | |
| ExportNotSupported | 4 | Export is not supported. | |
| ExportFailed | 3 | Export failed. | |
| MessageDownloadInProgress | 5 | Message download in progress. | |
| MessageDownloadFailed | 7 | Message download failed. | |
| MessageDownloadCompleted | 6 | Message download completed. | |
| AttachmentDownloadInProgress | 8 | Attachment download in progress. | |
| AttachmentDownloadFailed | 10 | Attachment download failed. | |
| AttachmentDownloadCompleted | 9 | Attachment download completed. | |
| FileWritingInProgress | 11 | File writing in progress. | |
| FileWritingFailed | 13 | File writing failed. | |
| FileWritingCompleted | 12 | File writing completed. | |
| CancelInProgress | 14 | Cancel in progress. | |
| CancelFailed | 16 | Cancel failed. | |
| CancelSucceeded | 15 | Cancel succeeded. |
© 2017 Avaya LLC. All Rights Reserved.