SMAPIFormInfoArray

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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:

-
IMAPIFormMgr::ResolveMultipleMessageClasses

-
IMAPIFormMgr::CalcFormPropSet

-
IMAPIFormMgr::SelectMultipleForms

-
IMAPIFormContainer::ResolveMultipleMessageClasses

See Also

Concepts

MAPI Structures