Imap |
public class ImapMailboxFilter
The ImapMailboxFilter type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString | (Inherited from Object) |
Name | Description | |
---|---|---|
Inboxes | An IMAP mailbox filter specifying the currently selected folder. | |
Personal | An IMAP mailbox filter specifying all selectable folders within the user's personal namespace. | |
Selected | An IMAP mailbox filter specifying that the client wants immediate notifications for the currently selected folder. | |
SelectedDelayed | An IMAP mailbox filter specifying the currently selected folder but delays notifications until a command has been issued. | |
Subscribed | An IMAP mailbox filter that refers to all subscribed folders. |