Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Applies to: Outlook 2013 | Outlook 2016
Contains an array of SMAPIVerb structures that describe MAPI verbs.
| Property | Value |
|---|---|
| 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.