SMAPIFormInfoArray 

The SMAPIFormInfoArray structure contains a list of pointers to IMAPIFormInfo interfaces.

Quick Info

Header file:

MAPIFORM.H

Related macro:

CbMAPIFormInfoArrayQAXNXP

 

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

IMAPIFormContainer::ResolveMultipleMessageClasses, IMAPIFormMgr::CalcFormPropSet, IMAPIFormMgr::ResolveMultipleMessageClasses, IMAPIFormMgr::SelectMultipleForms