PROP_TYPE

The PROP_TYPE macro returns the property type of the supplied property tag.

Quick Info

Header file:

MAPIDEFS.H

Related structure:

SPropValue81C9._8

 

ULONG PROP_TYPE (ULONG ulPropTag)

Parameters

ulPropTag

Property tag.

 

Remarks

The PROP_TYPE macro returns the low-order 16 bits of the property tag, which contain the value that represents the property type. The high-order 16 bits in the return value are set to zero. For example, PROP_TYPE(PR_ENTRYID) returns the value PT_BINARY.

The MVI_FLAG property tags are never used in the SPropValue structure.