SPropTagArray

The SPropTagArray structure contains an array of property tags.

Syntax

typedef struct _SPropTagArray { 
  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

Pocket PC: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h

See Also

MAPI Structures

Messaging

CbNewSPropTagArray

CbSPropTagArray ****

SizedSPropTagArray

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.