DMCombine Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration representing ways of logically combining successive criteria conditions.

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

Syntax
public enum DMCombine
Members
Member nameValueDescription
DMCM_NONE1 Do not combine with the following criteria.
DMCM_AND2 Consider where consecutive criteria are both present.
DMCM_OR3 Consider where at least one of the criteria combined is present.
See Also