SMAPIFormPropArray
Applies to: Outlook 2013 | Outlook 2016
Contains an array of SMAPIFormProp structures.
Property | Value |
---|---|
Header file: |
Mapiform.h |
Related macro: |
CbMAPIFormPropArray |
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: