SMAPIFormPropArray
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains an array of SMAPIFormProp structures.
Header file: |
Mapiform.h |
Related macro: |
typedef struct
{
ULONG cProps;
ULONG ulPad;
SMAPIFormProp aFormProp[MAPI_DIM];
} SMAPIFormPropArray, FAR * LPMAPIFORMPROPARRAY;
Members
cProps
Count of named properties in the array in the aFormProp member.ulPad
Eight bytes of padding used to guarantee correct alignment.aFormProp
Array of form properties.
Remarks
The SMAPIFormPropArray structure is passed as a parameter to the following methods: