IMAPIContainer
4/8/2010
The IMAPIContainer interface manages high-level operations on container objects, such as folders.
Methods in Vtable Order
IMAPIContainer methods | Description |
---|---|
Returns a pointer to the container's contents table. |
|
Returns a pointer to the container's hierarchy table. |
|
Opens an object within the container, returning an interface pointer for further access. |
|
IMAPIContainer::SetSearchCriteria |
Not supported — do not use. |
IMAPIContainer::GetSearchCriteria |
Not supported — do not use. |
Remarks
IMAPIContainer is implemented by Message Store Providers and Remote Transport Providers.
IMAPIContainer is called by client applications, and is exposed by folder objects.
No object exposes the IMAPIContainer interface directly.
The interface identifier for IMAPIContainer is IID_IMAPIContainer, and the pointer type is LPMAPICONTAINER.
The IMAPIFolder interface inherits IMAPIContainer.
Requirements
Header | mapidefs.h |
Library | cemapi.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |