DMDropFolderStatusType Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMDropFolderStatusType
Public Enumeration DMDropFolderStatusType
public enum class DMDropFolderStatusType
type DMDropFolderStatusType
DMLibrary.DMDropFolderStatusType = function();
DMLibrary.DMDropFolderStatusType.createEnum('DMLibrary.DMDropFolderStatusType', false);
Members | Member name | Value | Description |
---|
| DMDFE_Unknown | 0 | |
| DMDFE_New | 1 | |
| DMDFE_Queued | 2 | |
| DMDFE_QueuedForImport | 3 | |
| DMDFE_Completed | 4 | |
| DMDFE_AuthenticationError | 5 | |
| DMDFE_DropFolderOrCategoryNotFound | 7 | |
| DMDFE_InsufficientUserRights | 8 | |
| DMDFE_ImportIDNotFound | 9 | |
| DMDFE_ErrorReadingFileStream | 10 | |
| DMDFE_ErrorParsingFileStream | 11 | |
| DMDFE_FTPUploadToDbQueueError | 12 | |
| DMDFE_ListImportError | 13 | |
| DMDFE_InvalidDropFolderFormat | 14 | |
| DMDFE_Error | 99 | |
See Also