IMAPIMessageSite::GetFormManager

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

Reference

MAPIOpenFormMgr

IMAPIMessageSite : IUnknown

Concepts

MFCMAPI as a Code Sample

MAPI Form Interfaces