Share via


SMAPIFormInfoArray

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Contains an array of pointers to form information objects.

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

Concepts

MAPI Structures