CHANGE_PROP_TYPE
The CHANGE_PROP_TYPE
macro sets the data type of the supplied MAPI property tag without changing the
property identifier part of the tag.
Quick Info
Header
file: |
MAPIDEFS.H |
Related
structure: |
SPropValue |
ULONG
CHANGE_PROP_TYPE (ULONG ulPropTag,ULONG
ulPropType)
Parameters
ulPropTag
The property
tag.
UlPropType
The value of
the property type to set within ulPropTag.
Remarks
The CHANGE_PROP_TYPE
macro returns a property tag with the property identifier set to ulPropTag
and with the property type set to ulPropType.