|
|
|
IMAPIFormMgr Interface |
|
IID_IMAPIFormMgr |
{00020322-0000-0000-C000-000000000046} |
|
The IMAPIFormMgr interface is used by form viewers to get information about and activate form servers.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IMAPIFormMgr Methods |
Description |
|
LoadForm |
Launches a form to open an existing message. |
|
ResolveMessageClass |
Resolves a message class to its form within a form container and returns a form information object for that form. |
|
ResolveMultipleMessageClasses |
Resolves a group of message classes to their forms within a form container and returns an array of form information objects for those forms. |
|
CalcFromPropSet |
Returns an array of the properties used by a group of forms. |
|
CreateForm |
Launches a form to create a new message based on the form's message class. |
|
SelectForm |
Presents a dialog box that enables the user to select a form and returns a form information object describing that form. |
|
SelectMultipleForms |
Presents a dialog box that enables the user to select multiple forms and returns an array of form information objects describing those forms. |
|
SelectFormContainer |
Presents a dialog box that enables the user to select a form container and returns an interface for the container object the user selected. |
|
OpenFormContainer |
Opens an IMAPIFormContainer interface for a specific form container. |
|
PrepareForm |
Downloads a form for launching. |
|
IsInConflict |
Determines whether a form can handle its own message conflicts. |
|
LoadForm |
|
FUNCTION
IMAPIFormMgr_LoadForm ( _
|
|
ResolveMessageClass |
|
FUNCTION
IMAPIFormMgr_ResolveMessageClass ( _
|
|
ResolveMultipleMessageClasses |
|
FUNCTION
IMAPIFormMgr_ResolveMultipleMessageClasses ( _
|
|
CalcFromPropSet |
|
FUNCTION
IMAPIFormMgr_CalcFormPropSet ( _
|
|
CreateForm |
|
FUNCTION
IMAPIFormMgr_CreateForm ( _
|
|
SelectForm |
|
FUNCTION
IMAPIFormMgr_SelectForm ( _
|
|
SelectMultipleForms |
|
FUNCTION
IMAPIFormMgr_SelectMultipleForms ( _
|
|
SelectFormContainer |
|
FUNCTION
IMAPIFormMgr_SelectFormContainer ( _
|
|
OpenFormContainer |
|
FUNCTION
IMAPIFormMgr_OpenFormContainer ( _
|
|
PrepareForm |
|
FUNCTION
IMAPIFormMgr_PrepareForm ( _
|
|
IsInConflict |
|
FUNCTION
IMAPIFormMgr_IsInConflict ( _
|
Page last updated on Monday, 03 April 2006 20:15:15 +0200