Platform SDK: Exchange Server

IPropertyCondition::PropertyTag Property

Specifies the CDO property tag of the property with which you compare the Value property.

IDL Definition

[propget] HRESULT PropertyTag([out, retval] long *pVal) 
[propput] HRESULT PropertyTag([in] long newVal)

Visual Basic Definition

Property PropertyTag As Long

Remarks

The value of the PropertyTag property must match the value of the associated PropVal object's Tag property. If not, the property assignment will fail, returning the exception (HRESULT) E_INVALIDARG.

For a list of CDO property tags, see the Property Tags appendix in the Collaboration Data Objects topic under the Database and Messaging Services section of the Platform SDK.