The SPropAttrArray structure contains a list of attributes for properties of an object.
Header file: | IMESSAGE.H |
Related macros: | CbNewSPropAttrArray CbSPropAttrArray |
typedef struct
{
ULONG cValues;
ULONG aPropAttr[MAPI_DIM];
} SPropAttrArray, FAR *LPSPropAttrArray;
The SPropAttrArray structure is used only by property data objects — objects that implement the IPropData interface — and by MAPI's implementation of IMessage that is based on structured storage.