DMOperator Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration representing operators for logical operations.

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

Syntax
public enum DMOperator
Members
Member nameValueDescription
DMOP_EQUAL1 Equal to.
DMOP_NOTEQUAL2 Not equal to.
DMOP_LESSTHAN3 Less than.
DMOP_GREATERTHAN4 Greater than.
DMOP_BEGINSWITH5 Begins with.
DMOP_NOTBEGINSWITH6 Does not begin with.
DMOP_ENDSWITH7 Ends with.
DMOP_NOTENDSWITH8 Does not end with.
DMOP_CONTAINS9 Contains.
DMOP_NOTCONTAINS10 Does not contain.
See Also