Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
These flags indicate which of the Special Folder types is supported. They are used in the ffFlagsmember of the FOLDERNODEstructure, 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. |