Alterian Email Manager 6.2.3 SDK Help File
An enumeration representing ways of logically combining successive criteria conditions.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxPublic Enumeration DMCombine
public enum class DMCombine
DMLibrary.DMCombine = function();
DMLibrary.DMCombine.createEnum('DMLibrary.DMCombine', false);
Members | Member name | Value | Description |
---|
| DMCM_NONE | 1 |
Do not combine with the following criteria.
|
| DMCM_AND | 2 |
Consider where consecutive criteria are both present.
|
| DMCM_OR | 3 |
Consider where at least one of the criteria combined is present.
|
See Also