SMAPIVerbArray

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 SMAPIVerb structures that describe MAPI verbs.

Header file:

Mapiform.h

Related macro:

CbMAPIVerbArray

typedef struct
{
  ULONG cMAPIVerb;
  SMAPIVerb aMAPIVerb[MAPI_DIM];
} SMAPIVerbArray, FAR * LPMAPIVERBARRAY;

Members

  • cForms
    Count of verbs in the array.

  • aFormInfo
    Array of MAPI verbs.

Remarks

The SMAPIVerbArray structure is passed as a parameter in the IMAPIFormInfo::CalcVerbSet method.

See Also

Reference

SMAPIVerb

Concepts

MAPI Structures