Dart.Mail Namespace : Imap Class |
For a list of all members of this type, see Imap members.
Name | Description | |
---|---|---|
Authenticate | Authenticate the client using parameters from Imap.Session. Mailboxes will be populated when this method returns. | |
Close | Logout and close the connection. | |
Connect | Connect to an IMAP4 server using parameters specified in Session. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Releases all resources associated with the object. | |
GetAllMailboxes | Walks the mailbox tree from the root and returns a flat list of all mailboxes advertised by the server. | |
GetDefaultPort | Returns the port normally used for the supplied MailSession configuration. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
Idle | Informs the server it can send unsolicited mailbox update information. Blocks execution until a command is sent on another thread. The Update event is raised as each update is received. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Invoke | Overloaded. Send the specified user command. | |
List | Overloaded. Lists all root subscribed and un-subscribed mailboxes found on the IMAP server. | |
Marshal | Overloaded. Marshals a string and/or object to the UI thread and raises the UserState event. (Inherited from Dart.Mail.ComponentBase) | |
Noop | Send a NOOP command to reset any server session timeout and poll for changes. | |
Select | Creates a new Mailbox and sets SelectedMailbox to this value. | |
Start | Start a worker thread and execute the specified delegate. (Inherited from Dart.Mail.MailBase) | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnAlert | Raises the Alert event. | |
OnError | Raises the Error event. (Inherited from Dart.Mail.ComponentBase) | |
OnProgress | Raises the Progress event. | |
OnUpdate | Raises the Update event. | |
OnUserState | Raises the UserState event. (Inherited from Dart.Mail.ComponentBase) |