SMAPIFormInfoArray

Applies to: Outlook 2013 | Outlook 2016

Contains an array of pointers to form information objects.

Property Value
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:

See also

MAPI Structures