Share via


PROP_ID

The PROP_ID macro returns the property identifier of a specified property tag.

Syntax

PROP_ID (ulPropTag)

Parameters

  • ulPropTag
    Property tag containing the identifier to be returned.

Remarks

Every property tag contains the property type in the low-order word (bits 0 through 15) and the property identifier in the high-order word (bits 16 through 31). The PROP_ID macro extracts the property identifier and places it in bits 0 through 15 of the integer to be returned. The remaining bits of the return value are set to zeros.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
Library: cemapi.lib

See Also

MAPI Macros

Messaging

SPropValue

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.