SPropAttrArray

The SPropAttrArray structure contains a list of attributes for properties of an object.

Quick Info

Header file: IMESSAGE.H
Related macros: CbNewSPropAttrArray
CbSPropAttrArray

typedef struct 
{ 
     ULONG     cValues; 
     ULONG     aPropAttr[MAPI_DIM]; 
} SPropAttrArray, FAR *LPSPropAttrArray; 
 

Members

cValues
Count of property attributes in the aPropAttr member.
aPropAttr
An array of property attributes. Valid values for attributes are:
PROPATTR_MANDATORY
PROPATTR_READABLE
PROPATTR_WRITEABLE
PROPATTR_NOT_PRESENT

Remarks

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.

See Also

Property Structures