MAPI Special Folder Constants

Send Feedback

These constants 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.

Constant Value Description
FOLDER_HIDE 0x00010000 Supports a hidden folder.
FOLDER_SPECIAL 0x00020000 Supports Special Folders.
FOLDER_INBOX 0x00040000 Supports the Inbox Special Folder.
FOLDER_DELETED_ITEMS 0x00080000 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

MAPI Constants | FOLDERNODE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.