SPropTagArray

4/8/2010

The SPropTagArray structure contains an array of property tags.

Syntax

struct { 
  ULONG cValues; 
  ULONG aulPropTag[MAPI_DIM]; 
} SPropTagArray, FAR *LPSPropTagArray; 

Members

  • cValues
    Count of property tags in the array indicated by aulPropTag.
  • aulPropTag
    Array of property tags.

Remarks

A property tag is a 32-bit unsigned integer made up an identifier in the high-order 16 bits and a type in the low-order 16 bits.

The identifier is a numeric value within a particular range. MAPI defines ranges for identifiers to describe what the property is used for and who is responsible for maintaining it. In the MAPITAGS.H header file, MAPI defines constraints for each of the property tags that it supports.

The type indicates the format for the property value. In the MAPIDefs.h header file, MAPI defines constants for each of the property types that it supports.

Requirements

Header mapidefs.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

CbNewSPropTagArray | CbSPropTagArray | SizedSPropTagArray

See Also

Reference

MAPI Structures

Other Resources

Messaging