Share via


MAPI Special Folder Flags

4/8/2010

These flags indicate which of the Special Folder types is supported. They are used in the ffFlags member of the FOLDERNODE structure, which describes an e-mail folder node. These flags can be combined using a bitwise OR to form a bitmask.

Constant Value Description

FOLDER_HIDE

0x10000

Supports a hidden folder.

FOLDER_SPECIAL

0x20000

Supports Special Folders.

FOLDER_INBOX

0x40000

Supports the Inbox Special Folder.

FOLDER_DELETED_ITEMS

0x80000

Supports the Deleted Items Special Folder.

FOLDER_SENT_ITEMS

0x00100000

Supports the Sent Items Special Folder.

FOLDER_OUTBOX

0x00200000

Supports the Outbox Special Folder.

FOLDER_DRAFTS

0x00400000

Supports the Drafts Special Folder.

FOLDER_IPM

0x00800000

Supports Interpersonal Message folders.

See Also

Reference

FOLDERNODE

Other Resources

MAPI Flags