FolderFlag Class |
Namespace: Limilabs.Client.IMAP
The FolderFlag type exposes the following members.
Name | Description | |
---|---|---|
Name |
Gets the name of the constant.
(Inherited from BasicConstant.) |
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from BasicConstant.) | |
Equals(BasicConstant) |
Determines whether the specified BasicConstant object is equal to the current one.
Names are compared case insensitive.
(Inherited from BasicConstant.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from BasicConstant.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns the Name of this object.
(Inherited from BasicConstant.) |
Name | Description | |
---|---|---|
All |
This folder presents all messages in the user's message store (\All).
Implementations MAY omit some messages, such as, perhaps, those in \Trash and \Junk.
When this special use is supported, it is almost certain to represent a virtual folder.
| |
Archive |
This folder is used to archive messages (\Archive).
The meaning of an "archival" folder is server-dependent; typically, it will be used to get messages out of the inbox,
or otherwise keep them out of the user's way, while still making them accessible.
| |
Drafts |
This folder is used to hold draft messages - typically, messages that are being composed but have not yet been sent (\Drafts).
In some server implementations, this might be a virtual folder,
containing messages from other folders that are marked with the Draft message flag.
Alternatively, this might just be advice that a client put drafts here.
| |
Flagged |
This folder presents all messages marked in some way as "important" (\Flagged).
When this special use is supported, it is likely to represent a virtual folder collecting messages (from other folders)
that are marked with the "\Flagged" message flag.
| |
HasChildren |
The presence of this attribute indicates that the folder has child folders that are accessible to the user (\HasChildren).
| |
HasNoChildren |
The presence of this attribute indicates that the folder has NO child mailboxes that are accessible to the user.
If a folder has the NoInferiors attribute, the
HasNoChildren attribute is redundant and SHOULD be omitted. (\HasNoChildren).
| |
Junk |
This folder is where messages deemed to be junk mail are held (\Junk).
Some server implementations might put messages here automatically.
Alternatively, this might just be advice to a client-side spam filter.
| |
Marked |
The folder has been marked as "interesting" by the server;
The folder probably contains messages that have been added since the last time the folder was selected -or-
has a non-zero RECENT message count. (\Marked).
| |
NoInferiors |
It is not possible for any child levels of hierarchy to exist under this name;
no child levels exist now and none can be created in the future (\Noinferiors). This flag also implies HasNoChildren.
| |
NonExistent |
Indicates that a folder name does not refer to an existing mailbox (\NonExistent). This flag also implies NoSelect.
| |
NoSelect |
It is not possible to use this name as a selectable folder (\Noselect).
| |
Remote |
Indicates that a folder is remote folder. (\Remote).
| |
Sent |
This folder is used to hold copies of messages that have been sent (\Sent).
Some server implementations might put messages here automatically.
Alternatively, this might just be advice that a client save sent messages here.
| |
Subscribed |
Indicates that a folder is subscribed. (\Subscribed).
| |
Trash |
This folder is used to hold messages that have been deleted or marked for deletion (\Trash).
In some server implementations, this might be a virtual folder, containing messages from other folders.
| |
Unmarked |
The folder has been marked as "uninteresting" by the server;
The folder does not contain any additional messages since the last time the folder was selected -or-
has a zero RECENT message count. (\Unmarked).
| |
XAllMail |
"\AllMail" flag used by XLIST command.
| |
XImportant |
"\Important" flag used by XLIST command.
| |
XInbox |
"\Inbox" flag used by XLIST command.
| |
XSpam |
"\Spam" flag used by XLIST command.
| |
XStarred |
"\Starred" flag used by XLIST command.
|