SMAPIFormInfoArray
The SMAPIFormInfoArray
structure contains a list of pointers to IMAPIFormInfo interfaces.
Quick Info
Header
file: |
MAPIFORM.H |
Related
macro: |
CbMAPIFormInfoArray |
typedef struct
{
ULONG cForms;
LPMAPIFORMINFO aFormInfo[MAPI_DIM];
} SMAPIFormInfoArray, FAR * LPSMAPIFORMINFOARRAY;
Members
cForms
Count of IMAPIFormInfo
interface pointers in the array in the aFormInfo member.
aFormInfo
Array of
pointers to IMAPIFormInfo interface implementations.
Remarks
The SMAPIFormInfoArray
structure is passed as a parameter in the IMAPIFormMgr methods ResolveMultipleMessageClasses,
CalcFormPropSet, SelectMultipleForms and the IMAPIFormContainer
method ResolveMultipleMessageClasses.
See Also