Platform SDK: Exchange Server

IPropertyCondition Interface

IID
D61B2A95-07A1-11D2-BC0D-00C04F8C92F7
Extends
IDispatch
Type Library
Microsoft Exchange 5.5 Rules Type Library 1.0 (Rule.dll)

Properties

Name Type Description
Operator [Visual Basic] RELOP_TYPES

[C++] RELOP_TYPES

The relational operator for the condition
PropertyTag [Visual Basic] Long

[C++] long

The CDO property tag for which the property condition is tested.
Type [Visual Basic] CONDITION_TYPES

[C++] CONDITION_TYPES

The type of condition. For PropertyCondition objects, the Type is always 7 (P_PROPERTY)
Value [Visual Basic] Object

[C++] IDispatch*

The PropVal object containing the property value to which the property specified by PropertyTag is compared.