Platform SDK: MAPI

SMAPIFormInfoArray

The SMAPIFormInfoArray structure contains an array of pointers to form information objects.

Quick Info

Header file: MAPIFORM.H
Related macro: CbMAPIFormInfoArray

typedef struct 
{ 
     ULONG          cForms; 
     LPMAPIFORMINFO aFormInfo[MAPI_DIM]; 
} SMAPIFormInfoArray, FAR * LPSMAPIFORMINFOARRAY; 
 

Members

cForms
Count of pointers in the array pointed to by the aFormInfo member.
aFormInfo
Pointer to an array of pointers to form information objects.

Remarks

The SMAPIFormInfoArray structure is passed as a parameter in the following methods:

IMAPIFormMgr::ResolveMultipleMessageClasses

IMAPIFormMgr::CalcFormPropSet

IMAPIFormMgr::SelectMultipleForms

IMAPIFormContainer::ResolveMultipleMessageClasses

See Also

Form Structures