Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
4/8/2010
The IMAPIFolder interface is used to perform operations on the messages and subfolders in a folder.
Methods in Vtable Order
- IUnknown methods
- IMAPIProp methods
- IMAPIContainer methods
| IMAPIFolder methods | Description |
|---|---|
Creates a new message. |
|
Copies or moves one or more messages. |
|
Deletes one or more messages. |
|
Creates a new subfolder. |
|
Copies or moves a subfolder. |
|
Deletes a subfolder. |
|
IMAPIFolder::SetReadFlags |
Not supported — do not use. |
IMAPIFolder::GetMessageStatus |
Not supported — do not use. |
IMAPIFolder::SetMessageStatus |
Not supported — do not use. |
IMAPIFolder::SaveContentsSort |
Not supported — do not use. |
Deletes all messages and subfolders from a folder without deleting the folder itself. Available only for Windows Mobile Version 5.0 and later. |
Properties
| Required properties | Access |
|---|---|
Read-only |
|
Read-only |
Remarks
IMAPIFolder is implemented by Message Store Providers, is called by Client Applications and MAPI, and is exposed by IFolder objects.
The interface identifier for IMAPIFolder is IID_IMAPIFolder, and the pointer type is LPMAPIFOLDER.
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 |