The IMAPIControl interface is used to enable and disable a button control and to perform tasks when a user of a client application clicks the enabled control. Service providers implement control objects to create custom buttons on dialog boxes, such as configuration property sheets, that are defined with display tables.
For more information on working with display tables and control objects, see Display Tables.
Header file: | MAPIDEFS.H |
Exposed by: | Control objects |
Implemented by: | Service providers |
Called by: | MAPI |
Interface identifier: | IID_IMAPIControl |
Pointer type: | LPMAPICONTROL |
GetLastError | Returns a MAPIERROR structure containing information about the previous button control error. |
Activate | Performs a task — such as displaying a dialog box or starting a programmatic operation — when the button control is clicked by a user of a client application. |
GetState | Retrieves a value that indicates whether the button control is enabled or disabled. |