The SMAPIVerbArray structure contains an array of SMAPIVerb structures describing MAPI verbs.
Header file: | MAPIFORM.H |
Related macro: | CbMAPIVerbArray |
typedef struct
{
ULONG cMAPIVerb;
SMAPIVerb aMAPIVerb[MAPI_DIM];
} SMAPIVerbArray, FAR * LPMAPIVERBARRAY;
The SMAPIVerbArray structure is passed as a parameter in the IMAPIFormInfo::CalcVerbSet method.