IMAPIMessageSite::GetFormManager

Applies to: Outlook 2013 | Outlook 2016

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.

See also

MAPIOpenFormMgr

IMAPIMessageSite : IUnknown

MFCMAPI as a Code Sample

MAPI Form Interfaces