SPropTagArray structure (wabdefs.h)

Do not use. Contains an array of property tags.

Syntax

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

Members

cValues

Type: ULONG

Variable of type ULONG that specifies the number of property tags in the array indicated by the aulPropTag member.

aulPropTag[MAPI_DIM]

Type: ULONG[MAPI_DIM]

Array of variables of type ULONG that specify the property tags.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wabdefs.h