IMAPIMessageSite::GetFormManager
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Returns a form manager interface, which a form server can use to open another form server.
HRESULT GetFormManager(
LPMAPIFORMMGR FAR * ppFormMgr
);
Parameters
- ppFormMgr
[out] A pointer to a pointer to the returned form manager interface.
Return Value
- S_OK
The call succeeded and has returned the expected value or values.
Remarks
For a list of interfaces related to form servers, see MAPI Form Interfaces.
MFCMAPI Reference
For MFCMAPI sample code, see the following table.
File |
Function |
Comment |
---|---|---|
MyMAPIFormViewer.cpp |
CMyMAPIFormViewer::GetFormManager |
MFCMAPI uses the IMAPIMessageSite::GetFormManager method to call MAPIOpenFormMgr and return the results of that call. |