MAPIOpenLocalFormContainer

Applies to: Outlook 2013 | Outlook 2016

Returns an interface pointer to the local form library.

Property Value
Header file:
Mapiform.h
Implemented by:
MAPI
Called by:
Client applications
MAPIOpenLocalFormContainer(
  LPMAPIFORMCONTAINER FAR * ppfcnt
);

Parameters

ppfcnt

[out] Pointer to a pointer to the local form library interface.

Return value

None.

Remarks

The interface to which a pointer is returned can be used by third-party installation programs to install application-specific forms into the library without the program first having to log on to MAPI.

MFCMAPI reference

For MFCMAPI sample code, see the following table.

File Function Comment
MainDlg.cpp
CMainDlg::OnMAPIOpenLocalFormContainer
MFCMAPI uses the MAPIOpenLocalFormContainer method to open the local form container to render in a new window.

See also

MFCMAPI as a Code Sample