DMSourceFormat Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File Supported source data formats.
Namespace:
DMLibrary
Assembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMSourceFormat
Public Enumeration DMSourceFormat
public enum class DMSourceFormat
DMLibrary.DMSourceFormat = function();
DMLibrary.DMSourceFormat.createEnum('DMLibrary.DMSourceFormat', false);
Members | Member name | Value | Description |
---|
| DMSF_NA | 0 |
Placeholder for no value.
|
| DMSF_CSV | 1 | Comma separated values. |
| DMSF_LEGACY | 4 | First byte is 0xFF followed by flat recipient data delimited with 0x00. |
| DMSF_EXCEL | 5 | First worksheet of a excel file. |
| DMSF_FIXEDWIDTH | 6 | Fixed width format. |
See Also