Dart.Mail Namespace : Imap Class |
The following tables list the members exposed by Imap.
Name | Description | |
---|---|---|
Imap Constructor | Initializes a new instance of the Imap component. |
Name | Description | |
---|---|---|
Capabilities | Gets a List of strings representing the capabilities of the server. (Inherited from Dart.Mail.MailBase) | |
CommandCount | Gets the count of outstanding commands. | |
Connection | TCP connection used for server communications. | |
Container | (Inherited from System.ComponentModel.Component) | |
Delimiter | Gets the delimiter used to separate mailbox levels. | |
Encoding | Specifies the character encoding to be used by the component. (Inherited from Dart.Mail.MailBase) | |
Mailboxes | Gets a MailboxCollection that contains a model of the server mailboxes. | |
MailboxNameEncoding | Gets or sets the encoding used for Mailbox.Name. Defaults to ImapUTF7. | |
SelectedMailbox | Gets or sets the selected Mailbox. | |
ServerGreeting | Gets the greeting received after connecting to the server. (Inherited from Dart.Mail.MailBase) | |
Session | Specifies connection, authentication and behavior configuration. | |
Site | (Inherited from System.ComponentModel.Component) | |
SynchronizingObject | Gets or sets the object used to marshal data to the UI thread (for raising events). (Inherited from Dart.Mail.ComponentBase) | |
SyncRoot | Gets an object that is used to synchronize access to the upper layer protocol in use. (Inherited from Dart.Mail.ComponentBase) | |
Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Mail.ComponentBase) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
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) |
Name | Description | |
---|---|---|
Alert | Raised when a response from the server contains an alert message. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
Error | Raised when Marshal(Exception) is used or an unhandled Exception is thrown in a worker thread created using Start. (Inherited from Dart.Mail.ComponentBase) | |
Progress | Repeatedly raised while a message or message section is retrieved. | |
Update | Raised when unsolicited data is received from the server. | |
UserState | Raised when Marshal(String,Object) is used. (Inherited from Dart.Mail.ComponentBase) |