SPropTagArraySPropTagArray*
*Contents  *Index  *Topic Contents
*Previous Topic: SPropProblemArray
*Next Topic: SPropValue

SPropTagArray

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

Contains an array of property tags.

cValues
Count of property tags in the array indicated by the aulPropTag member.
aulPropTag[MAPI_DIM]
Array of property tags.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.