PROP_TAG

The PROP_TAG macro returns a property tag constructed from the supplied property type and the supplied property identifier.

Quick Info

Header file:

MAPIDEFS.H

Related structure:

SPropValue81C9._8

 

ULONG PROP_TAG (ulPropType, ulPropID)

Parameters

ulPropType

Property type to be used in the property tag.

ulPropID

Property identifier.

 

Remarks

The PROP_TAG macro returns a property tag with a data type of ulPropType and identifier ulPropID.

For example, the property tag PR_ENTRYID is formed by using the PROP_TAG macro as follows: PROP_TAG( PT_BINARY, 0x0FFF).

The low-order 16 bits of the returned property tag contain the property type, and the high-order 16 bits of the returned tag contain the property identifier.