IMAPIFormMgr : IUnknown
Last modified: July 23, 2011
Applies to: Outlook
Enables form viewers to obtain information about and activate form servers.
|
Header file: |
Mapiform.h |
|
Exposed by: |
Form manager objects |
|
Implemented by: |
Form library providers |
|
Called by: |
Form viewers |
|
Interface identifier: |
IID_IMAPIFormMgr |
|
Pointer type: |
LPMAPIFORMMGR |
|
Starts a form to open an existing message. |
|
|
Resolves a message class to its form within a form container, and returns a form information object for that form. |
|
|
Resolves a group of message classes to their forms within a form container, and returns an array of form information objects for those forms. |
|
|
Returns an array of the properties that a group of forms uses. |
|
|
Launches a form to create a new message based on the form's message class. |
|
|
Presents a dialog box that enables the user to select a form, and returns a form information object that describes that form. |
|
|
Presents a dialog box that enables the user to select multiple forms, and returns an array of form information objects that describe those forms. |
|
|
Presents a dialog box that enables the user to select a form container, and returns an interface for the container object the user selected. |
|
|
Opens an IMAPIFormContainer interface for a specific form container. |
|
|
Downloads a form for opening. |
|
|
Determines whether a form can handle its own message conflicts. |
|
|
Returns a MAPIERROR structure that contains information about the previous error occurring to the form manager object. |