Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
Outlook 2007
Reference
Structures
 SPropTagArray
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
This page is specific to
The 2007 product release

Other versions are also available for the following:
SPropTagArray

Contains an array of property tags.

Header file:

Mapidefs.h

Related macros:

CbNewSPropTagArray, CbSPropTagArray, SizedSPropTagArray

C++
typedef struct _SPropTagArray
{
  ULONG cValues;
  ULONG aulPropTag[MAPI_DIM];
} SPropTagArray, FAR *LPSPropTagArray;
cValues

Count of property tags in the array indicated by the aulPropTag member.

aulPropTag

Array of property tags.

A property tag is a 32-bit unsigned integer that consists of two parts:

  • An identifier in the high-order 16 bits.

  • A type in the low-order 16 bits.

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

The type indicates the format for the property's value. MAPI defines constants for each of the property types that it supports in the Mapidefs.h header file.

For more information about property tags and their components, see one of the following topics:

MAPI Property Tags

MAPI Property Identifier Overview

MAPI Property Type Overview

For a complete list of the single-valued and multi-valued property types, see the appendix, Property Identifiers and Types.

Concepts

MAPI Structures

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker