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

Syntax
public enum DMSourceFormat
Members
Member nameValueDescription
DMSF_NA0 Placeholder for no value.
DMSF_CSV1Comma separated values.
DMSF_LEGACY4First byte is 0xFF followed by flat recipient data delimited with 0x00.
DMSF_EXCEL5First worksheet of a excel file.
DMSF_FIXEDWIDTH6Fixed width format.
See Also