Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.12 KB

imapiformcontaineriunknown.md

File metadata and controls

51 lines (38 loc) · 2.12 KB
title description manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid
IMAPIFormContainer IUnknown
IMAPIFormContainerIUnknown manages forms in form libraries. This interface is used to create application-specific form libraries.
lindalu
03/09/2015
Developer
reference
office-online-server
medium
IMAPIFormContainer
COM
437c8a75-1121-4919-8bd4-d57c0d6f4b9a

IMAPIFormContainer : IUnknown

Applies to: Outlook 2013 | Outlook 2016

Manages forms in form libraries. This interface is used to create application-specific form libraries.

Property Value
Header file:
Mapiform.h
Exposed by:
Form container objects
Implemented by:
Form library providers
Called by:
Client applications
Interface identifier:
IID_IMAPIFormContainer
Pointer type:
LPMAPIFORMCONTAINER

Vtable order

Member Description
InstallForm
Installs a form into a form container.
RemoveForm
Removes a particular form from a form container.
ResolveMessageClass
Resolves a message class to its form in a form container and returns a form information object for that form.
ResolveMultipleMessageClasses
Resolves a group of message classes to their forms in a form container and returns an array of form information objects for those forms.
CalcFormPropSet
Returns an array of the properties used by all forms installed in a form container.
GetDisplay
Returns the display name of a form container.
GetLastError
Returns a MAPIERROR structure containing information about the previous error occurring to the form container object.

See also

MAPI Interfaces