Platform SDK: Exchange Server |
Specifies the CDO property tag of the property with which you compare the Value property.
[propget] HRESULT PropertyTag([out, retval] long *pVal) [propput] HRESULT PropertyTag([in] long newVal)
Property PropertyTag As Long
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.