DMFieldStorageType Enumeration

Alterian Email Manager 6.2.3 SDK Help File
Indicates location of field value.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public enum DMFieldStorageType
Members
Member nameValueDescription
DMFS_NA0 Field value storage type is not applicable.
DMFS_LIST1 Field value will be stored at list level.
DMFS_RECIPIENT2 Field value will be stored at recipient level (ie One Value per field per recipient).
DMFS_RECIPIENTLIST3 Field value will be stored at recipient and list level (ie Multiple values for a recipient based on number of lists it belongs to). Example, if a recipient belongs to two lists, then there will be two values stored for the recipient one each for a list.
See Also