| Platform SDK: Exchange Server |
This property specifies the relational operator for the condition.
[propget] RESULT Operator([out, retval] RELOP_TYPES *pVal) [propput] HRESULT Operator([in] RELOP_TYPES newVal)
Property Operator As RELOP_TYPES
The following table describes the RELOP_TYPES.
RELOP_TYPES Enumeration
| Name | Value | Description |
|---|---|---|
| REL_GE | 1 | Greater than or equal to |
| REL_GT | 2 | Greater than |
| REL_LE | 3 | Less than or equal to |
| REL_LT | 4 | Less than |
| REL_NE | 5 | Not equal to |
| REL_RE | 6 | Like |
| REL_EQ | 7 | Equal to |