SMAPIVerbArray 

The SMAPIVerbArray structure contains a list of MAPI verbs   SMAPIVerb2NVJYKH structures.

Quick Info

Header file:

MAPIFORM.H

Related macro:

CbMAPIVerbArray5F8M30

 

typedef struct

     ULONG     cMAPIVerb;

     SMAPIVerb aMAPIVerb[MAPI_DIM];

} SMAPIVerbArray, FAR * LPMAPIVERBARRAY;

 

Members

cForms

Count of verbs in the list.

aFormInfo

Indicates the first verb in the list.

 

Remarks

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

See Also

IMAPIFormInfo::CalcVerbSet, SMAPIVerb