SPropAttrArray 

The SPropAttrArray structure contains a list of attributes for properties of an object. SPropAttrArray 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.

Quick Info

Header file:

IMESSAGE.H

Related macros:

CbNewSPropAttrArray1QWVE4P
CbSPropAttrArray2NI9E56

 

typedef struct

     ULONG     cValues;

     ULONG     aPropAttr[MAPI_DIM];

} SPropAttrArray, FAR *LPSPropAttrArray;

 

Members

cValues

Count of property attributes in the array in the aPropAttr member.

aPropAttr

An array of property attributes. Attributes that can be placed in this list are:

PROPATTR_MANDATORY

PROPATTR_READABLE

PROPATTR_WRITEABLE

PROPATTR_NOT_PRESENT