ImapClient Class |
Namespace: Aspose.Email.Clients.Imap
The ImapClient type exposes the following members.
Name | Description | |
---|---|---|
ImapClient |
Initializes a new instance of the ImapClient class
| |
ImapClient(String) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, SecurityOptions) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, Int32) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, Int32, SecurityOptions) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, String, ITokenProvider) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, String, String) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, Int32, String, ITokenProvider) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, Int32, String, String) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, String, ITokenProvider, SecurityOptions) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, String, String, SecurityOptions) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, String, String, Boolean) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, Int32, String, ITokenProvider, SecurityOptions) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, Int32, String, String, SecurityOptions) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, Int32, String, String, Boolean) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, Int32, String, String, RemoteCertificateValidationCallback) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, String, String, Boolean, SecurityOptions) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, Int32, String, String, Boolean, SecurityOptions) |
Initializes a new instance of the ImapClient class
| |
ImapClient(String, Int32, String, String, RemoteCertificateValidationCallback, SecurityOptions) |
Initializes a new instance of the ImapClient class
|
Name | Description | |
---|---|---|
AccessToken |
Gets or sets the access token.
(Inherited from EmailClient.) | |
AnnotateSupported |
Gets information whether ANNOTATE extension is supported
See more: https://tools.ietf.org/html/rfc5257
| |
AutoCommit |
Indicates, whether commit operation are executed automatically
when folder is changed or before connection is closed.
| |
ChildrenSupported |
Gets information whether CHILDREN extension is supported
See more: https://tools.ietf.org/html/rfc3348
| |
ClientCertificates |
Contains collection of clients certificates
(Inherited from EmailClient.) | |
ClientIdentificationInfo |
Gets or sets client identification information
See more: https://tools.ietf.org/html/rfc2971
| |
CompressSupported |
Gets information whether COMPRESS extension is supported
See more: https://tools.ietf.org/html/rfc4978
| |
CondstoreSupported |
Gets information whether CONDSTORE extension is supported
See more: https://tools.ietf.org/html/rfc7162
| |
ConnectionAsgmtMode |
Gets or sets value which defines mode of connection allocation in multiple threads environment
There are folowing connection types:
- Main connection is connection created and disposed together with mail client.It can't be created or disposed manually.
- Default connection is connection default for some thread.
If default connection exists and ConnectionAsgmtMode allow, all methods of email client executed in this thread will be implicitly use this connection.
Only one default connection can be exist per thread. It can be created manually or automatically. It depends on EmailClient.ConnectionAsgmtMode property.
These connections can be created manually with EmailClient.CreateConnection(createAsDefaultConnection = true) method.
If default connection does not used(depends on connection allocation mode), main connection used implicitly instead of it.
- Independent connections are connections that are not linked to threads.They can be created manually and has to be used explicitly as method parameter.
These connections can be created manually with EmailClient.CreateConnection() method or EmailClient.CreateConnection(createAsDefaultConnection = false) method.
There are folowing connection allocation types:
- ConnectionAsgmtType.UseMainOrDefault
This mode uses by default in email clients.
Email client uses main connection for all operations from multiple threads if default connection hasn't been created, or connection hasnt been passed as method parameter explicitly.
Main connection is connection which is created in the same time like email client.
User can create default connections for threads with CreateConnection method.
If default connection for thread is created, it's used implicitly for all methods of email client which are invoked in this thread.
If default connection for thread is not created, main connection is used for all methods of email client which are invoked in this thread.
User also can create connections not linked with threads (not default connections) with CreateConnection method.
If user wants to use other connections (not main and not default) he has to pass this connection explicitly as parameter of a method which he wants to use.
User can additionally create any number of connections. Default connection can be only one per thread.
Please note default connections works correctly if user uses Thread objects for multitasking programming.
If user uses ConnectionPool or uses Task objects for multitasking programming this mode may lead to wrong behaviour of a programm.
To avoid this problem user has to manually dispose default conection (if he uses it) in the end of the code which executes in the thread.
- ConnectionAsgmtType.UseMain
Email client uses main connection for all operations from multiple threads.
Main connection is connection which is created in the same time like email client.
User cann't create default connections.
User can create connections not linked with threads (not default connections) with CreateConnection method.
If user wants to use other connections (not main and not default) he has to pass this connection explicitly as parameter of a method which he wants to use.
User can additionally create any number of connections.
- ConnectionAsgmtType.UseDefault
Email client uses implicitly only default connections for all operations from multiple threads. Main connection is not used in this mode.
If default connection hasn't been created for some thread (first invocation of email client method),
email client creates default connection implicitly for thread before first operation is executed.
User can't create default connections for threads with CreateConnection method because they are created automatically.
When default connection for thread is created, it's used implicitly for all methods of email client which are invoked in this thread.read.
User also can create connections not linked with threads (not default connections) with CreateConnection method.
If user wants to use other connections (not main and not default) he has to pass this connection explicitly as parameter of a method which he wants to use.
User can additionally create any number of connections. Default connection can be only one per thread.
Please note default connections works correctly if user uses Thread objects for multitasking programming.
If user uses ConnectionPool or uses Task objects for multitasking programming this mode may lead to wrong behaviour of a programm.
To avoid this problem user has to manually dispose default conection in the end of the code which executes in the thread.
(Inherited from EmailClient.) | |
ConnectionCheckupPeriod |
Period of connection checking up in milliseconds.
Default value is 5 min.
(Inherited from EmailClient.) | |
ConnectionsQuantity |
Gets or sets quantity of connections in multy-connection mode
(Inherited from EmailClient.) | |
ConnectionState |
Gets the current state of the connection.
(Inherited from EmailClient.) | |
CurrentConnection |
Gets current connection according to ConnectionAsgmtMode option
(Inherited from EmailClient.) | |
CurrentFolder |
Gets the current folder
| |
DefaultFolder |
Default folder for ImapClients
| |
DefaultPort |
Gets default port for client
(Overrides EmailClientDefaultPort.) | |
Delimiter |
Gets or sets delimiter of folders hierarhy.
| |
EnableLogger |
Gets or sets value which allows enable/disable logger
(Inherited from EmailClient.) | |
EnableSupported |
Gets information whether ENABLE extension is supported
See more: https://tools.ietf.org/html/rfc5161
| |
ESearchSupported |
Gets information whether ESEARCH extension is supported
See more: https://tools.ietf.org/html/rfc4731
| |
ExchangeIdAutomatically |
Gets or sets value which indicates whether client should to introduce information about itself to a server automatically.
See more: https://tools.ietf.org/html/rfc2971
| |
ExtendedListSupported |
Gets information whether LIST Command Extension is supported
See more https://tools.ietf.org/html/rfc5258
| |
Host |
Gets or sets the host name.
(Inherited from EmailClient.) | |
IdSupported |
Gets information whether ID extension is supported
See more: https://tools.ietf.org/html/rfc2971
| |
LogFileName |
Gets or sets log file name
(Inherited from EmailClient.) | |
MailboxInfo |
Gets set of special-use mailboxes
See more: http://tools.ietf.org/html/rfc6154 and https://tools.ietf.org/html/rfc8457
| |
MoveSupported |
Gets information whether MOVE extension is supported
See more: https://tools.ietf.org/html/rfc6851
| |
NamespaceSupported |
Gets information whether NAMESPACE extension is supported
See more: https://tools.ietf.org/html/rfc2342
| |
Password |
Gets or sets the password.
(Inherited from EmailClient.) | |
Port |
Gets or sets the port.
(Inherited from EmailClient.) | |
Proxy |
Gets or sets proxy for the client
(Inherited from EmailClient.) | |
QresyncSupported |
Gets information whether QRESYNC extension is supported
See more: https://tools.ietf.org/html/rfc7162
| |
QuotaSupported |
Gets information whether quota is supported
| |
ReadOnly |
Gets or sets value which indicates if changes to the permanent state of the mailbox, including per-user state, are permitted.
| |
SaslIrSupported |
Gets information whether SASL Initial Client Response extension is supported
See more: https://tools.ietf.org/html/rfc4959
| |
SecurityOptions |
Security mode for a mail client
(Inherited from EmailClient.) | |
ServerIdentificationInfo |
Gets server identification information
See more: https://tools.ietf.org/html/rfc2971
| |
ServerSupportedCompression |
Gets information which compression types are supported by a server.
See more: https://tools.ietf.org/html/rfc4978
| |
SpecialUseSupported |
Gets information whether Special-Use Mailboxes is supported
See more: https://tools.ietf.org/html/rfc6154
| |
SupportedEncryption |
Defines the versions of SSL/TLS encription protocols to be uised.
(Inherited from EmailClient.) | |
Timeout |
Gets or sets the timeout for mail operations
(Inherited from EmailClient.) | |
TokenProvider |
Gets or sets TokenProvider allowing to retrieve access token.
(Inherited from EmailClient.) | |
UidPlusSupported |
Gets information whether UIDPLUS extension is supported
See more: https://tools.ietf.org/html/rfc4315
| |
UnselectSupported |
Gets information whether UNSELECT extension is supported
See more: https://tools.ietf.org/html/rfc2342
| |
UseAuthentication |
Indicates whether authentication is used.
(Inherited from EmailClient.) | |
UseDateInLogFileName |
Gets or sets value which indicates if date has to be used in log file name.
(Inherited from EmailClient.) | |
UseDefaultCredentials |
Gets or sets a Boolean value that controls whether the DefaultCredentials are sent with requests.
(Inherited from EmailClient.) | |
UseMultiConnection |
Gets or sets value which indicates if client has to use multiple connections for heavy loaded operations.
Please note, using of this mode not necessary has to lead to performance increasing.
(Inherited from EmailClient.) | |
UseMultyConnection | Obsolete.
Gets or sets value which indicates if client has to use multiple connections for heavy loaded operations.
Please note, using of this mode not necessary has to lead to performance increasing.
(Inherited from EmailClient.) | |
UsePipelining |
Gets or sets object which indicates whether the pipelining mode is enabled.
(Inherited from EmailClient.) | |
Username |
Gets or sets the username.
(Inherited from EmailClient.) |
Name | Description | |
---|---|---|
AddMessageFlags(IEnumerableInt32, ImapMessageFlags) |
Adds the flags of the message
| |
AddMessageFlags(IEnumerableString, ImapMessageFlags) |
Adds the flags of the message
| |
AddMessageFlags(Int32, ImapMessageFlags) |
Adds the flags to the message
| |
AddMessageFlags(String, ImapMessageFlags) |
Adds the flags to the message
| |
AddMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags) |
Adds the flags of the message
| |
AddMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64) |
Adds the flags of the message
| |
AddMessageFlags(IEnumerableString, ImapMessageFlags, Int64) |
Adds the flags of the message
| |
AddMessageFlags(Int32, ImapMessageFlags, Int64) |
Adds the flags to the message
| |
AddMessageFlags(Int32, Int32, ImapMessageFlags) |
Adds the flags of the message
| |
AddMessageFlags(String, ImapMessageFlags, Int64) |
Adds the flags to the message
| |
AddMessageFlags(String, String, ImapMessageFlags) |
Adds the flags of the message
| |
AddMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags) |
Adds the flags of the message
| |
AddMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags) |
Adds the flags of the message
| |
AddMessageFlags(IConnection, IEnumerableString, ImapMessageFlags) |
Adds the flags of the message
| |
AddMessageFlags(IConnection, Int32, ImapMessageFlags) |
Adds the flags to the message
| |
AddMessageFlags(IConnection, String, ImapMessageFlags) |
Adds the flags to the message
| |
AddMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Adds the flags of the message
| |
AddMessageFlags(Int32, Int32, ImapMessageFlags, Int64) |
Adds the flags of the message
| |
AddMessageFlags(String, String, ImapMessageFlags, Int64) |
Adds the flags of the message
| |
AddMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Adds the flags of the message
| |
AddMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64) |
Adds the flags of the message
| |
AddMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64) |
Adds the flags of the message
| |
AddMessageFlags(IConnection, Int32, ImapMessageFlags, Int64) |
Adds the flags to the message
| |
AddMessageFlags(IConnection, Int32, Int32, ImapMessageFlags) |
Adds the flags of the message
| |
AddMessageFlags(IConnection, String, ImapMessageFlags, Int64) |
Adds the flags to the message
| |
AddMessageFlags(IConnection, String, String, ImapMessageFlags) |
Adds the flags of the message
| |
AddMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64) |
Adds the flags of the message
| |
AddMessageFlags(IConnection, String, String, ImapMessageFlags, Int64) |
Adds the flags of the message
| |
AppendMessage(String) |
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
| |
AppendMessage(MailMessage) |
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
| |
AppendMessage(String, MailMessage) |
Uploads the mail message to the specified folder
| |
AppendMessage(String, String) |
Uploads the mail message to the specified folder
| |
AppendMessage(IConnection, MailMessage) |
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
| |
AppendMessage(IConnection, String) |
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
| |
AppendMessage(IConnection, String, MailMessage) |
Uploads the mail message to the specified folder
| |
AppendMessage(IConnection, String, String) |
Uploads the mail message to the specified folder
| |
AppendMessages(IEnumerableMailMessage) |
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
| |
AppendMessages(String, IEnumerableMailMessage) |
Uploads the mail message to the specified folder
| |
AppendMessages(IConnection, IEnumerableMailMessage) |
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
| |
AppendMessages(IConnection, String, IEnumerableMailMessage) |
Uploads the mail message to the specified folder
| |
Backup(ImapFolderInfoCollection, Stream, BackupSettings) |
Backups the content of the specified folders
| |
Backup(ImapFolderInfoCollection, String, BackupSettings) |
Backups the content of the specified folders
| |
Backup(IConnection, ImapFolderInfoCollection, Stream, BackupSettings) |
Backups the content of the specified folders
| |
Backup(IConnection, ImapFolderInfoCollection, String, BackupSettings) |
Backups the content of the specified folders
| |
BeginAddMessageFlags(IEnumerableInt32, ImapMessageFlags) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableString, ImapMessageFlags) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(Int32, ImapMessageFlags) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(String, ImapMessageFlags) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableInt32, ImapMessageFlags, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableString, ImapMessageFlags, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableString, ImapMessageFlags, Int64) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(Int32, ImapMessageFlags, AsyncCallback) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(Int32, ImapMessageFlags, Int64) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(Int32, Int32, ImapMessageFlags) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(String, ImapMessageFlags, AsyncCallback) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(String, ImapMessageFlags, Int64) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(String, String, ImapMessageFlags) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableString, ImapMessageFlags) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, ImapMessageFlags) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, ImapMessageFlags) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableInt32, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableString, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableString, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(Int32, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(Int32, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(Int32, Int32, ImapMessageFlags, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(Int32, Int32, ImapMessageFlags, Int64) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(String, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(String, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(String, String, ImapMessageFlags, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(String, String, ImapMessageFlags, Int64) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, ImapMessageFlags, AsyncCallback) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, ImapMessageFlags, Int64) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, Int32, ImapMessageFlags) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, ImapMessageFlags, AsyncCallback) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, ImapMessageFlags, Int64) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, String, ImapMessageFlags) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags of the message
| |
BeginAddMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableString, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(Int32, Int32, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(Int32, Int32, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(String, String, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(String, String, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, String, ImapMessageFlags, Int64) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(Int32, Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(String, String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags to the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, String, ImapMessageFlags, Int64, AsyncCallback) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAddMessageFlags(IConnection, String, String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Adds the flags of the message asynchronously
| |
BeginAppendMessage(String) |
Begins append message to the end of the current folder
If current folder hasn't been specified default folder is used.
| |
BeginAppendMessage(MailMessage) |
Begins append message to the end of the specified folder
If current folder hasn't been specified default folder is used.
| |
BeginAppendMessage(String, MailMessage) |
Begins append message to the end of the specified folder
| |
BeginAppendMessage(String, String) |
Begins append message to the end of the specified folder
| |
BeginAppendMessage(IConnection, MailMessage) |
Begins append message to the end of the specified folder
If current folder hasn't been specified default folder is used.
| |
BeginAppendMessage(IConnection, String) |
Begins append message to the end of the current folder
If current folder hasn't been specified default folder is used.
| |
BeginAppendMessage(String, MailMessage, AsyncCallback) |
Begins append message to the end of the specified folder
| |
BeginAppendMessage(String, String, AsyncCallback) |
Begins append message to the end of the specified folder
| |
BeginAppendMessage(IConnection, String, MailMessage) |
Begins append message to the end of the specified folder
| |
BeginAppendMessage(IConnection, String, String) |
Begins append message to the end of the specified folder
| |
BeginAppendMessage(String, MailMessage, AsyncCallback, Object) |
Begins append message to the end of the specified folder
| |
BeginAppendMessage(String, String, AsyncCallback, Object) |
Begins append message to the end of the specified folder
| |
BeginAppendMessage(IConnection, String, MailMessage, AsyncCallback) |
Begins append message to the end of the specified folder
| |
BeginAppendMessage(IConnection, String, String, AsyncCallback) |
Begins append message to the end of the specified folder
| |
BeginAppendMessage(IConnection, String, MailMessage, AsyncCallback, Object) |
Begins append message to the end of the specified folder
| |
BeginAppendMessage(IConnection, String, String, AsyncCallback, Object) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(IEnumerableString) |
Begins append message to the end of the current folder
If current folder hasn't been specified default folder is used.
| |
BeginAppendMessages(IEnumerableMailMessage) |
Begins append message to the end of the specified folder
If current folder hasn't been specified default folder is used.
| |
BeginAppendMessages(String, IEnumerableMailMessage) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(String, IEnumerableString) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(IConnection, IEnumerableMailMessage) |
Begins append message to the end of the specified folder
If current folder hasn't been specified default folder is used.
| |
BeginAppendMessages(IConnection, IEnumerableString) |
Begins append message to the end of the current folder
If current folder hasn't been specified default folder is used.
| |
BeginAppendMessages(String, IEnumerableMailMessage, AsyncCallback) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(String, IEnumerableString, AsyncCallback) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(IConnection, String, IEnumerableMailMessage) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(IConnection, String, IEnumerableString) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(String, IEnumerableMailMessage, AsyncCallback, Object) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(String, IEnumerableString, AsyncCallback, Object) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(IConnection, String, IEnumerableMailMessage, AsyncCallback) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(IConnection, String, IEnumerableString, AsyncCallback) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(IConnection, String, IEnumerableMailMessage, AsyncCallback, Object) |
Begins append message to the end of the specified folder
| |
BeginAppendMessages(IConnection, String, IEnumerableString, AsyncCallback, Object) |
Begins append message to the end of the specified folder
| |
BeginBackup(ImapFolderInfoCollection, Stream, BackupSettings) |
Begins to backup the content of the specified folders
| |
BeginBackup(ImapFolderInfoCollection, String, BackupSettings) |
Begins to backup the content of the specified folders
| |
BeginBackup(IConnection, ImapFolderInfoCollection, Stream, BackupSettings) |
Begins to backup the content of the specified folders
| |
BeginBackup(IConnection, ImapFolderInfoCollection, String, BackupSettings) |
Begins to backup the content of the specified folders
| |
BeginBackup(ImapFolderInfoCollection, Stream, BackupSettings, AsyncCallback) |
Begins to backup the content of the specified folders
| |
BeginBackup(ImapFolderInfoCollection, String, BackupSettings, AsyncCallback) |
Begins to backup the content of the specified folders
| |
BeginBackup(IConnection, ImapFolderInfoCollection, Stream, BackupSettings, AsyncCallback) |
Begins to backup the content of the specified folders
| |
BeginBackup(IConnection, ImapFolderInfoCollection, String, BackupSettings, AsyncCallback) |
Begins to backup the content of the specified folders
| |
BeginBackup(ImapFolderInfoCollection, Stream, BackupSettings, AsyncCallback, Object) |
Begins to backup the content of the specified folders
| |
BeginBackup(ImapFolderInfoCollection, String, BackupSettings, AsyncCallback, Object) |
Begins to backup the content of the specified folders
| |
BeginBackup(IConnection, ImapFolderInfoCollection, Stream, BackupSettings, AsyncCallback, Object) |
Begins to backup the content of the specified folders
| |
BeginBackup(IConnection, ImapFolderInfoCollection, String, BackupSettings, AsyncCallback, Object) |
Begins to backup the content of the specified folders
| |
BeginChangeMessageFlags(IEnumerableInt32, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableString, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableInt32, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableString, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableString, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, Int32, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, String, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableString, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableInt32, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableString, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableString, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, Int32, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, Int32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, String, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, String, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, Int32, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, String, ImapMessageFlags) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableString, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, Int32, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, Int32, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, String, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, String, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, String, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(Int32, Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(String, String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, String, ImapMessageFlags, Int64, AsyncCallback) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginChangeMessageFlags(IConnection, String, String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Changes the flags of the message
| |
BeginClientCapabilities(String) |
Notifies server which extensions are supported by client asyncronously.
Please note, this operation works only in case if server supports RFC5161
See more https://tools.ietf.org/html/rfc5161
| |
BeginClientCapabilities(String, AsyncCallback) |
Notifies server which extensions are supported by client asyncronously.
Please note, this operation works only in case if server supports RFC5161
See more https://tools.ietf.org/html/rfc5161
| |
BeginClientCapabilities(IConnection, String) |
Notifies server which extensions are supported by client asyncronously.
Please note, this operation works only in case if server supports RFC5161
See more https://tools.ietf.org/html/rfc5161
| |
BeginClientCapabilities(String, AsyncCallback, Object) |
Notifies server which extensions are supported by client asyncronously.
Please note, this operation works only in case if server supports RFC5161
See more https://tools.ietf.org/html/rfc5161
| |
BeginClientCapabilities(IConnection, String, AsyncCallback) |
Notifies server which extensions are supported by client asyncronously.
Please note, this operation works only in case if server supports RFC5161
See more https://tools.ietf.org/html/rfc5161
| |
BeginClientCapabilities(IConnection, String, AsyncCallback, Object) |
Notifies server which extensions are supported by client asyncronously.
Please note, this operation works only in case if server supports RFC5161
See more https://tools.ietf.org/html/rfc5161
| |
BeginCommitDeletes |
Begins to commit the deletions
| |
BeginCommitDeletes(AsyncCallback) |
Begins to commit the deletions
| |
BeginCommitDeletes(IEnumerableString) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(Int32) |
Begins to commit the deletions
| |
BeginCommitDeletes(String) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(IConnection) |
Begins to commit the deletions
| |
BeginCommitDeletes(AsyncCallback, Object) |
Begins to commit the deletions
| |
BeginCommitDeletes(IEnumerableString, AsyncCallback) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(String, AsyncCallback) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(String, String) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(IConnection, AsyncCallback) |
Begins to commit the deletions
| |
BeginCommitDeletes(IConnection, IEnumerableString) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(IConnection, Int32) |
Begins to commit the deletions
| |
BeginCommitDeletes(IConnection, String) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(IEnumerableString, AsyncCallback, Object) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(Int32, AsyncCallback, Object) |
Begins to commit the deletions
| |
BeginCommitDeletes(String, AsyncCallback, Object) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(String, String, AsyncCallback) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(IConnection, AsyncCallback, Object) |
Begins to commit the deletions
| |
BeginCommitDeletes(IConnection, IEnumerableString, AsyncCallback) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(IConnection, String, AsyncCallback) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(IConnection, String, String) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(String, String, AsyncCallback, Object) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(IConnection, IEnumerableString, AsyncCallback, Object) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(IConnection, Int32, AsyncCallback, Object) |
Begins to commit the deletions
| |
BeginCommitDeletes(IConnection, String, AsyncCallback, Object) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(IConnection, String, String, AsyncCallback) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCommitDeletes(IConnection, String, String, AsyncCallback, Object) |
Begins to commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginCopyMessage(Int32, String) |
Begins an asynchronous copying.
| |
BeginCopyMessage(String, String) |
Begins an asynchronous copying.
| |
BeginCopyMessage(Int32, String, AsyncCallback) |
Begins an asynchronous copying.
| |
BeginCopyMessage(String, String, AsyncCallback) |
Begins an asynchronous copying.
| |
BeginCopyMessage(IConnection, Int32, String) |
Begins an asynchronous copying.
| |
BeginCopyMessage(IConnection, String, String) |
Begins an asynchronous copying.
| |
BeginCopyMessage(Int32, String, AsyncCallback, Object) |
Begins an asynchronous copying.
| |
BeginCopyMessage(String, String, AsyncCallback, Object) |
Begins an asynchronous copying.
| |
BeginCopyMessage(IConnection, Int32, String, AsyncCallback) |
Begins an asynchronous copying.
| |
BeginCopyMessage(IConnection, String, String, AsyncCallback) |
Begins an asynchronous copying.
| |
BeginCopyMessage(IConnection, Int32, String, AsyncCallback, Object) |
Begins an asynchronous copying.
| |
BeginCopyMessage(IConnection, String, String, AsyncCallback, Object) |
Begins an asynchronous copying.
| |
BeginCopyMessages(IEnumerableInt32, String) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableString, String) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableImapMessageInfo, String) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableInt32, String, AsyncCallback) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableInt32, String, Boolean) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableString, String, AsyncCallback) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableString, String, Boolean) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(Int32, Int32, String) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(String, String, String) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableImapMessageInfo, String) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableInt32, String) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableString, String) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableImapMessageInfo, String, AsyncCallback) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableImapMessageInfo, String, Boolean) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableInt32, String, AsyncCallback, Object) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableInt32, String, Boolean, AsyncCallback) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableString, String, AsyncCallback, Object) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableString, String, Boolean, AsyncCallback) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(Int32, Int32, String, AsyncCallback) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(Int32, Int32, String, Boolean) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(String, String, String, AsyncCallback) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(String, String, String, Boolean) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableImapMessageInfo, String, AsyncCallback) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableImapMessageInfo, String, Boolean) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableInt32, String, AsyncCallback) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableInt32, String, Boolean) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableString, String, AsyncCallback) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableString, String, Boolean) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, Int32, Int32, String) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, String, String, String) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableImapMessageInfo, String, AsyncCallback, Object) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableImapMessageInfo, String, Boolean, AsyncCallback) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableInt32, String, Boolean, AsyncCallback, Object) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableString, String, Boolean, AsyncCallback, Object) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(Int32, Int32, String, AsyncCallback, Object) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(Int32, Int32, String, Boolean, AsyncCallback) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(String, String, String, AsyncCallback, Object) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(String, String, String, Boolean, AsyncCallback) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableImapMessageInfo, String, AsyncCallback, Object) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableImapMessageInfo, String, Boolean, AsyncCallback) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableInt32, String, AsyncCallback, Object) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableInt32, String, Boolean, AsyncCallback) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableString, String, AsyncCallback, Object) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableString, String, Boolean, AsyncCallback) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, Int32, Int32, String, AsyncCallback) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, Int32, Int32, String, Boolean) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, String, String, String, AsyncCallback) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, String, String, String, Boolean) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IEnumerableImapMessageInfo, String, Boolean, AsyncCallback, Object) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(Int32, Int32, String, Boolean, AsyncCallback, Object) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(String, String, String, Boolean, AsyncCallback, Object) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableImapMessageInfo, String, Boolean, AsyncCallback, Object) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableInt32, String, Boolean, AsyncCallback, Object) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, IEnumerableString, String, Boolean, AsyncCallback, Object) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, Int32, Int32, String, AsyncCallback, Object) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, Int32, Int32, String, Boolean, AsyncCallback) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, String, String, String, AsyncCallback, Object) |
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, String, String, String, Boolean, AsyncCallback) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, Int32, Int32, String, Boolean, AsyncCallback, Object) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCopyMessages(IConnection, String, String, String, Boolean, AsyncCallback, Object) | Obsolete.
Begins copy operation asynchronously.
| |
BeginCreateFolder(String) |
Begins an asynchronous folder creation.
| |
BeginCreateFolder(String, AsyncCallback) |
Begins an asynchronous folder creation.
| |
BeginCreateFolder(IConnection, String) |
Begins an asynchronous folder creation.
| |
BeginCreateFolder(String, AsyncCallback, Object) |
Begins an asynchronous folder creation.
| |
BeginCreateFolder(IConnection, String, AsyncCallback) |
Begins an asynchronous folder creation.
| |
BeginCreateFolder(IConnection, String, AsyncCallback, Object) |
Begins an asynchronous folder creation.
| |
BeginDeleteFolder(String) |
Begins an asynchronous folder deletion.
| |
BeginDeleteFolder(String, AsyncCallback) |
Begins an asynchronous folder deletion.
| |
BeginDeleteFolder(IConnection, String) |
Begins an asynchronous folder deletion.
| |
BeginDeleteFolder(String, AsyncCallback, Object) |
Begins an asynchronous folder deletion.
| |
BeginDeleteFolder(IConnection, String, AsyncCallback) |
Begins an asynchronous folder deletion.
| |
BeginDeleteFolder(IConnection, String, AsyncCallback, Object) |
Begins an asynchronous folder deletion.
| |
BeginDeleteMessage(Int32) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(String) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(Int32, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(Int32, Int64) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(String, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(String, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessage(String, Int64) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(IConnection, Int32) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(IConnection, String) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(Int32, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(Int32, Int64, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(String, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(String, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessage(String, Int64, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(String, Int64, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessage(IConnection, Int32, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(IConnection, Int32, Int64) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(IConnection, String, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(IConnection, String, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessage(IConnection, String, Int64) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(Int32, Int64, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(String, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessage(String, Int64, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(String, Int64, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessage(IConnection, Int32, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(IConnection, Int32, Int64, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(IConnection, String, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(IConnection, String, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessage(IConnection, String, Int64, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(IConnection, String, Int64, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessage(String, Int64, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessage(IConnection, Int32, Int64, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessage(IConnection, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessage(IConnection, String, Int64, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessage(IConnection, String, Int64, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessage(IConnection, String, Int64, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IEnumerableInt32) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IEnumerableString) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableImapMessageInfo) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableInt32, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IEnumerableInt32, Int64) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IEnumerableString, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableString, Boolean) |
Begins an asynchronous messages deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IEnumerableString, Int64) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(Int32, Int32) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(String, String) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableInt32) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, IEnumerableString) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableImapMessageInfo, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableImapMessageInfo, Boolean) |
Begins an asynchronous messages deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IEnumerableImapMessageInfo, Int64) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableInt32, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IEnumerableInt32, Int64, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IEnumerableString, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableString, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IEnumerableString, Int64, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableString, Int64, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(Int32, Int32, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(Int32, Int32, Int64) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(String, String, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(String, String, Boolean) |
Begins an asynchronous messages deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(String, String, Int64) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo, Int64) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableInt32, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, IEnumerableInt32, Int64) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, IEnumerableString, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableString, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableString, Int64) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, Int32, Int32) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, String, String) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableImapMessageInfo, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableImapMessageInfo, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IEnumerableImapMessageInfo, Int64, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableImapMessageInfo, Int64, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IEnumerableInt32, Int64, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IEnumerableString, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IEnumerableString, Int64, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableString, Int64, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(Int32, Int32, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(Int32, Int32, Int64, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(String, String, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(String, String, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(String, String, Int64, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(String, String, Int64, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo, Int64, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo, Int64, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableInt32, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, IEnumerableInt32, Int64, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, IEnumerableString, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableString, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableString, Int64, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableString, Int64, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, Int32, Int32, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, Int32, Int32, Int64) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, String, String, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, String, String, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, String, String, Int64) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableImapMessageInfo, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IEnumerableImapMessageInfo, Int64, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IEnumerableImapMessageInfo, Int64, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IEnumerableString, Int64, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(Int32, Int32, Int64, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(String, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(String, String, Int64, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(String, String, Int64, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo, Int64, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo, Int64, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableInt32, Int64, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, IEnumerableString, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableString, Int64, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, IEnumerableString, Int64, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, Int32, Int32, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, Int32, Int32, Int64, AsyncCallback) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, String, String, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, String, String, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, String, String, Int64, AsyncCallback) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, String, String, Int64, Boolean) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IEnumerableImapMessageInfo, Int64, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(String, String, Int64, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableImapMessageInfo, Int64, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, IEnumerableString, Int64, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, Int32, Int32, Int64, AsyncCallback, Object) |
Marks a message with the specified sequence number as deleted asynchronously
| |
BeginDeleteMessages(IConnection, String, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, String, String, Int64, AsyncCallback, Object) |
Begins an asynchronous message deletion.
| |
BeginDeleteMessages(IConnection, String, String, Int64, Boolean, AsyncCallback) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginDeleteMessages(IConnection, String, String, Int64, Boolean, AsyncCallback, Object) |
Begins an asynchronous message deletion.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
BeginExistFolder(String) |
Check whether this folder exists
| |
BeginExistFolder(String, AsyncCallback) |
Check whether this folder exists
| |
BeginExistFolder(IConnection, String) |
Check whether this folder exists
| |
BeginExistFolder(String, AsyncCallback, Object) |
Check whether this folder exists
| |
BeginExistFolder(IConnection, String, AsyncCallback) |
Check whether this folder exists
| |
BeginExistFolder(IConnection, String, AsyncCallback, Object) |
Check whether this folder exists
| |
BeginFetchAttachment(Int32, String) |
Begins fetch an attachment.
| |
BeginFetchAttachment(Int32, String, AsyncCallback) |
Begins fetch an attachment.
| |
BeginFetchAttachment(IConnection, Int32, String) |
Begins fetch an attachment.
| |
BeginFetchAttachment(Int32, String, AsyncCallback, Object) |
Begins fetch an attachment.
| |
BeginFetchAttachment(IConnection, Int32, String, AsyncCallback) |
Begins fetch an attachment.
| |
BeginFetchAttachment(IConnection, Int32, String, AsyncCallback, Object) |
Begins fetch an attachment.
| |
BeginFetchMessage(Int32) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(String) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(Int32, AsyncCallback) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(Int32, Boolean) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(String, AsyncCallback) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(IConnection, Int32) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(IConnection, String) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(Int32, AsyncCallback, Object) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(Int32, Boolean, AsyncCallback) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(String, AsyncCallback, Object) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(IConnection, Int32, AsyncCallback) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(IConnection, Int32, Boolean) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(IConnection, String, AsyncCallback) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(Int32, Boolean, AsyncCallback, Object) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(IConnection, Int32, AsyncCallback, Object) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(IConnection, Int32, Boolean, AsyncCallback) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(IConnection, String, AsyncCallback, Object) |
Begins an asynchronous message fetching.
| |
BeginFetchMessage(IConnection, Int32, Boolean, AsyncCallback, Object) |
Begins an asynchronous message fetching.
| |
BeginFetchMessages(IEnumerableInt32) |
Begins FetchMessages operation asynchronously
| |
BeginFetchMessages(IEnumerableString) |
Begins FetchMessages operation asynchronously
| |
BeginFetchMessages(IEnumerableInt32, AsyncCallback) |
Begins FetchMessages operation asynchronously
| |
BeginFetchMessages(IEnumerableString, AsyncCallback) |
Begins FetchMessages operation asynchronously
| |
BeginFetchMessages(IConnection, IEnumerableInt32) |
Begins FetchMessages operation asynchronously
| |
BeginFetchMessages(IConnection, IEnumerableString) |
Begins FetchMessages operation asynchronously
| |
BeginFetchMessages(IEnumerableInt32, AsyncCallback, Object) |
Begins FetchMessages operation asynchronously
| |
BeginFetchMessages(IEnumerableString, AsyncCallback, Object) |
Begins FetchMessages operation asynchronously
| |
BeginFetchMessages(IConnection, IEnumerableInt32, AsyncCallback) |
Begins FetchMessages operation asynchronously
| |
BeginFetchMessages(IConnection, IEnumerableString, AsyncCallback) |
Begins FetchMessages operation asynchronously
| |
BeginFetchMessages(IConnection, IEnumerableInt32, AsyncCallback, Object) |
Begins FetchMessages operation asynchronously
| |
BeginFetchMessages(IConnection, IEnumerableString, AsyncCallback, Object) |
Begins FetchMessages operation asynchronously
| |
BeginGetFolderInfo(String) |
Begins an asynchronous folder listing.
| |
BeginGetFolderInfo(String, AsyncCallback) |
Begins an asynchronous folder listing.
| |
BeginGetFolderInfo(IConnection, String) |
Begins an asynchronous folder listing.
| |
BeginGetFolderInfo(String, AsyncCallback, Object) |
Begins an asynchronous folder listing.
| |
BeginGetFolderInfo(IConnection, String, AsyncCallback) |
Begins an asynchronous folder listing.
| |
BeginGetFolderInfo(IConnection, String, AsyncCallback, Object) |
Begins an asynchronous folder listing.
| |
BeginGetNamespaces |
Begins getting namespaces that are available on a server asynchronously.
| |
BeginGetNamespaces(AsyncCallback) |
Begins getting namespaces that are available on a server asynchronously.
| |
BeginGetNamespaces(IConnection) |
Begins getting namespaces that are available on a server asynchronously.
| |
BeginGetNamespaces(AsyncCallback, Object) |
Begins getting namespaces that are available on a server asynchronously.
| |
BeginGetNamespaces(IConnection, AsyncCallback) |
Begins getting namespaces that are available on a server asynchronously.
| |
BeginGetNamespaces(IConnection, AsyncCallback, Object) |
Begins getting namespaces that are available on a server asynchronously.
| |
BeginGetQuota(String) |
Begins getting quota information
| |
BeginGetQuota(String, AsyncCallback) |
Begins getting quota information
| |
BeginGetQuota(IConnection, String) |
Begins getting quota information
| |
BeginGetQuota(String, AsyncCallback, Object) |
Begins getting quota information
| |
BeginGetQuota(IConnection, String, AsyncCallback) |
Begins getting quota information
| |
BeginGetQuota(IConnection, String, AsyncCallback, Object) |
Begins getting quota information
| |
BeginGetQuotaRoot(String) |
Begins getting quota root information for mailbox
| |
BeginGetQuotaRoot(String, AsyncCallback) |
Begins getting quota root information for mailbox
| |
BeginGetQuotaRoot(IConnection, String) |
Begins getting quota root information for mailbox
| |
BeginGetQuotaRoot(String, AsyncCallback, Object) |
Begins getting quota root information for mailbox
| |
BeginGetQuotaRoot(IConnection, String, AsyncCallback) |
Begins getting quota root information for mailbox
| |
BeginGetQuotaRoot(IConnection, String, AsyncCallback, Object) |
Begins getting quota root information for mailbox
| |
BeginIntroduceClient |
Begins introduce client information to a server asynchronously.
| |
BeginIntroduceClient(AsyncCallback) |
Begins introduce client information to a server asynchronously.
| |
BeginIntroduceClient(IConnection) |
Begins introduce client information to a server asynchronously.
| |
BeginIntroduceClient(ImapIdentificationInfo) |
Begins introduce client information to a server asynchronously.
| |
BeginIntroduceClient(AsyncCallback, Object) |
Begins introduce client information to a server asynchronously.
| |
BeginIntroduceClient(IConnection, ImapIdentificationInfo) |
Begins introduce client information to a server asynchronously.
| |
BeginIntroduceClient(IConnection, AsyncCallback) |
Begins introduce client information to a server asynchronously.
| |
BeginIntroduceClient(ImapIdentificationInfo, AsyncCallback) |
Begins introduce client information to a server asynchronously.
| |
BeginIntroduceClient(IConnection, ImapIdentificationInfo, AsyncCallback) |
Begins introduce client information to a server asynchronously.
| |
BeginIntroduceClient(IConnection, AsyncCallback, Object) |
Begins introduce client information to a server asynchronously.
| |
BeginIntroduceClient(ImapIdentificationInfo, AsyncCallback, Object) |
Begins introduce client information to a server asynchronously.
| |
BeginIntroduceClient(IConnection, ImapIdentificationInfo, AsyncCallback, Object) |
Begins introduce client information to a server asynchronously.
| |
BeginListFolders |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(AsyncCallback) |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(Boolean) |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(String) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(IConnection) |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(AsyncCallback, Object) |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(Boolean, AsyncCallback) |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(String, AsyncCallback) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(String, Boolean) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(IConnection, AsyncCallback) |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(IConnection, Boolean) |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(IConnection, String) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(Boolean, AsyncCallback, Object) |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(String, AsyncCallback, Object) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(String, Boolean, AsyncCallback) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(IConnection, AsyncCallback, Object) |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(IConnection, Boolean, AsyncCallback) |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(IConnection, String, AsyncCallback) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(IConnection, String, Boolean) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(String, Boolean, ListFoldersOptions, ListFoldersReturnOptions) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(String, Boolean, AsyncCallback, Object) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(IConnection, Boolean, AsyncCallback, Object) |
Begins to get the list of folders in the mailbox
| |
BeginListFolders(IConnection, String, AsyncCallback, Object) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(IConnection, String, Boolean, AsyncCallback) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(String, Boolean, ListFoldersOptions, ListFoldersReturnOptions, AsyncCallback) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(IConnection, String, Boolean, ListFoldersOptions, ListFoldersReturnOptions) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(IConnection, String, Boolean, AsyncCallback, Object) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(String, Boolean, ListFoldersOptions, ListFoldersReturnOptions, AsyncCallback, Object) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(IConnection, String, Boolean, ListFoldersOptions, ListFoldersReturnOptions, AsyncCallback) |
Begins to get the list of subfolders in the specified folder
| |
BeginListFolders(IConnection, String, Boolean, ListFoldersOptions, ListFoldersReturnOptions, AsyncCallback, Object) |
Begins to get the list of subfolders in the specified folder
| |
BeginListMessage(Int32) |
Begins to get information about a message.
| |
BeginListMessage(String) |
Begins to get information about a message.
| |
BeginListMessage(Int32, AsyncCallback) |
Begins to get information about a message.
| |
BeginListMessage(Int32, IEnumerableString) |
Begins to get information about a message.
| |
BeginListMessage(String, AsyncCallback) |
Begins to get information about a message.
| |
BeginListMessage(String, IEnumerableString) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, Int32) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, String) |
Begins to get information about a message.
| |
BeginListMessage(Int32, AsyncCallback, Object) |
Begins to get information about a message.
| |
BeginListMessage(Int32, IEnumerableString, AsyncCallback) |
Begins to get information about a message.
| |
BeginListMessage(String, AsyncCallback, Object) |
Begins to get information about a message.
| |
BeginListMessage(String, IEnumerableString, AsyncCallback) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, Int32, AsyncCallback) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, Int32, IEnumerableString) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, String, AsyncCallback) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, String, IEnumerableString) |
Begins to get information about a message.
| |
BeginListMessage(Int32, IEnumerableString, AsyncCallback, Object) |
Begins to get information about a message.
| |
BeginListMessage(String, IEnumerableString, AsyncCallback, Object) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, Int32, AsyncCallback, Object) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, Int32, IEnumerableString, AsyncCallback) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, String, AsyncCallback, Object) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, String, IEnumerableString, AsyncCallback) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, Int32, IEnumerableString, AsyncCallback, Object) |
Begins to get information about a message.
| |
BeginListMessage(IConnection, String, IEnumerableString, AsyncCallback, Object) |
Begins to get information about a message.
| |
BeginListMessages |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(AsyncCallback) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(Int64) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
Please, see more https://tools.ietf.org/html/rfc7162
| |
BeginListMessages(String) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(MailQuery) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(AsyncCallback, Object) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(Int64, AsyncCallback) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
Please, see more https://tools.ietf.org/html/rfc7162
| |
BeginListMessages(String, MailQuery) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(String, AsyncCallback) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(IConnection, Int32) |
Begins getting the list of messages in the current folder
Please, see more https://tools.ietf.org/html/rfc7162
| |
BeginListMessages(IConnection, Int64) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
Please, see more https://tools.ietf.org/html/rfc7162
| |
BeginListMessages(MailQuery, Int32) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(Int64, AsyncCallback, Object) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
Please, see more https://tools.ietf.org/html/rfc7162
| |
BeginListMessages(String, MailQuery, Int32) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(String, AsyncCallback, Object) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(IConnection, Int32, AsyncCallback) |
Begins getting the list of messages in the current folder
Please, see more https://tools.ietf.org/html/rfc7162
| |
BeginListMessages(IConnection, Int64, AsyncCallback) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
Please, see more https://tools.ietf.org/html/rfc7162
| |
BeginListMessages(MailQuery, AsyncCallback, Object) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(String, MailQuery, AsyncCallback, Object) |
Begins getting the list of messages asynchronously
| |
BeginListMessages(String, MailQuery, Int32, AsyncCallback) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(IConnection, Int32, AsyncCallback, Object) |
Begins getting the list of messages in the current folder
Please, see more https://tools.ietf.org/html/rfc7162
| |
BeginListMessages(IConnection, Int64, AsyncCallback, Object) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
Please, see more https://tools.ietf.org/html/rfc7162
| |
BeginListMessages(MailQuery, Int32, AsyncCallback, Object) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(String, MailQuery, Int32, AsyncCallback, Object) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(IConnection, String, MailQuery, Int32, IEnumerableString, AsyncCallback, Object) |
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessages(IConnection, String, Int64, Boolean, IEnumerableString, AsyncCallback, Object) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
Please, see more https://tools.ietf.org/html/rfc7162
| |
BeginListMessagesByPage(Int32) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(PageInfo) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(Int32, AsyncCallback) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(Int32, Int32) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, PageInfo) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, Int32) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(PageInfo, AsyncCallback) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(Int32, AsyncCallback, Object) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(Int32, Int32, PageSettingsAsync) |
Begins getting the list of messages asynchronously
| |
BeginListMessagesByPage(Int32, Int32, AsyncCallback) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(String, MailQuery, PageInfo) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(String, MailQuery, Int32) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, PageInfo, AsyncCallback) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, Int32, AsyncCallback) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, Int32, Int32) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(MailQuery, PageInfo, PageSettingsAsync) |
Begins getting the list of messages asynchronously
| |
BeginListMessagesByPage(PageInfo, AsyncCallback, Object) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(Int32, Int32, AsyncCallback, Object) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(String, MailQuery, PageInfo, AsyncCallback) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(String, MailQuery, Int32, AsyncCallback) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, PageInfo, AsyncCallback, Object) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, Int32, AsyncCallback, Object) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, Int32, Int32, AsyncCallback) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, String, MailQuery, PageInfo) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, String, MailQuery, Int32) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(String, MailQuery, PageInfo, AsyncCallback, Object) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(String, MailQuery, Int32, AsyncCallback, Object) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, Int32, Int32, AsyncCallback, Object) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, String, MailQuery, PageInfo, AsyncCallback) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, String, MailQuery, Int32, AsyncCallback) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, String, MailQuery, PageInfo, AsyncCallback, Object) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginListMessagesByPage(IConnection, String, MailQuery, Int32, AsyncCallback, Object) | Obsolete.
Begins getting the list of messages asynchronously in the current folder
| |
BeginMoveFolder(String, String) |
Moves specified folder and its subfolders to new location asynchronously.
| |
BeginMoveFolder(String, String, AsyncCallback) |
Moves specified folder and its subfolders to new location asynchronously.
| |
BeginMoveFolder(IConnection, String, String) |
Moves specified folder and its subfolders to new location asynchronously.
| |
BeginMoveFolder(String, String, AsyncCallback, Object) |
Moves specified folder and its subfolders to new location asynchronously.
| |
BeginMoveFolder(IConnection, String, String, AsyncCallback) |
Moves specified folder and its subfolders to new location asynchronously.
| |
BeginMoveFolder(IConnection, String, String, AsyncCallback, Object) |
Moves specified folder and its subfolders to new location asynchronously.
| |
BeginMoveMessage(Int32, String) |
Begins an asynchronous moving.
| |
BeginMoveMessage(String, String) |
Begins an asynchronous moving.
| |
BeginMoveMessage(Int32, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessage(Int32, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessage(String, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessage(String, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, Int32, String) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, String, String) |
Begins an asynchronous moving.
| |
BeginMoveMessage(Int32, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessage(Int32, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessage(String, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessage(String, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, Int32, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, Int32, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, String, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, String, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessage(Int32, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessage(String, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, Int32, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, Int32, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, String, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, String, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, Int32, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessage(IConnection, String, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableInt32, String) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableString, String) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableImapMessageInfo, String) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableInt32, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableInt32, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableString, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableString, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessages(Int32, Int32, String) |
Begins an asynchronous moving.
| |
BeginMoveMessages(String, String, String) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableImapMessageInfo, String) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableInt32, String) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableString, String) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableImapMessageInfo, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableImapMessageInfo, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableInt32, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableInt32, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableString, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableString, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(Int32, Int32, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(Int32, Int32, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessages(String, String, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(String, String, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableImapMessageInfo, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableImapMessageInfo, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableInt32, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableInt32, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableString, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableString, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, Int32, Int32, String) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, String, String, String) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableImapMessageInfo, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableImapMessageInfo, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableInt32, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableString, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(Int32, Int32, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(Int32, Int32, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(String, String, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(String, String, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableImapMessageInfo, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableImapMessageInfo, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableInt32, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableInt32, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableString, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableString, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, Int32, Int32, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, Int32, Int32, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, String, String, String, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, String, String, String, Boolean) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IEnumerableImapMessageInfo, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(Int32, Int32, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(String, String, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableImapMessageInfo, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableInt32, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, IEnumerableString, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, Int32, Int32, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, Int32, Int32, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, String, String, String, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, String, String, String, Boolean, AsyncCallback) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, Int32, Int32, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginMoveMessages(IConnection, String, String, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous moving.
| |
BeginNoop |
Begins to execute 'No operation' command
| |
BeginNoop(AsyncCallback) |
Begins to execute 'No operation' command
| |
BeginNoop(IConnection) |
Begins to execute 'No operation' command
| |
BeginNoop(AsyncCallback, Object) |
Begins to execute 'No operation' command
| |
BeginNoop(IConnection, AsyncCallback) |
Begins to execute 'No operation' command
| |
BeginNoop(IConnection, AsyncCallback, Object) |
Begins to execute 'No operation' command
| |
BeginRemoveMessageFlags(IEnumerableInt32, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableString, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableInt32, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableString, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableString, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, Int32, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, String, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableString, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableInt32, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableString, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableString, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, Int32, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, Int32, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, String, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, String, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, Int32, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message
| |
BeginRemoveMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableString, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, Int32, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, Int32, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, String, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, String, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags, Int64) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(Int32, Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(String, String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags, Int64, AsyncCallback) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags, Int64, AsyncCallback, Object) |
Removes the flags of the message asynchronously
| |
BeginRenameFolder(String, String) |
Begins RenameFolder operation asynchronously
| |
BeginRenameFolder(String, String, AsyncCallback) |
Begins RenameFolder operation asynchronously
| |
BeginRenameFolder(IConnection, String, String) |
Begins RenameFolder operation asynchronously
| |
BeginRenameFolder(String, String, AsyncCallback, Object) |
Begins RenameFolder operation asynchronously
| |
BeginRenameFolder(IConnection, String, String, AsyncCallback) |
Begins RenameFolder operation asynchronously
| |
BeginRenameFolder(IConnection, String, String, AsyncCallback, Object) |
Begins RenameFolder operation asynchronously
| |
BeginRequestCheckpoint |
Begins request a checkpoint of the currently selected mailbox.
| |
BeginRequestCheckpoint(AsyncCallback) |
Begins request a checkpoint of the currently selected mailbox.
| |
BeginRequestCheckpoint(IConnection) |
Begins request a checkpoint of the currently selected mailbox.
| |
BeginRequestCheckpoint(AsyncCallback, Object) |
Begins request a checkpoint of the currently selected mailbox.
| |
BeginRequestCheckpoint(IConnection, AsyncCallback) |
Begins request a checkpoint of the currently selected mailbox.
| |
BeginRequestCheckpoint(IConnection, AsyncCallback, Object) |
Begins request a checkpoint of the currently selected mailbox.
| |
BeginRestore(Stream, RestoreSettings) | Obsolete.
Begins to restore imap folders from the given stream.
| |
BeginRestore(String, RestoreSettings) | Obsolete.
Begins to restore imap folders from the specified personal storage file.
| |
BeginRestore(PersonalStorage, RestoreSettings) | Obsolete.
Begins to restore imap folders from the given personal storage.
| |
BeginRestore(PersonalStorage, RestoreSettingsAsync) |
Begins to restore imap folders from the given personal storage.
| |
BeginRestore(Stream, ImapFolderInfoCollection, RestoreSettings) | Obsolete.
Begins to restore the specified imap folders from the given stream.
| |
BeginRestore(Stream, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore imap folders from the given stream.
| |
BeginRestore(String, ImapFolderInfoCollection, RestoreSettings) | Obsolete.
Begins to restore the specified imap folders from the specified personal storage file.
| |
BeginRestore(String, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore imap folders from the specified personal storage file.
| |
BeginRestore(IConnection, PersonalStorage, RestoreSettings) | Obsolete.
Begins to restore imap folders from the given personal storage.
| |
BeginRestore(IConnection, Stream, RestoreSettings) | Obsolete.
Begins to restore imap folders from the given stream.
| |
BeginRestore(IConnection, String, RestoreSettings) | Obsolete.
Begins to restore imap folders from the specified personal storage file.
| |
BeginRestore(PersonalStorage, ImapFolderInfoCollection, RestoreSettings) | Obsolete.
Begins to restore the specified imap folders from the given personal storage.
| |
BeginRestore(PersonalStorage, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore imap folders from the given personal storage.
| |
BeginRestore(Stream, ImapFolderInfoCollection, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore the specified imap folders from the given stream.
| |
BeginRestore(Stream, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore imap folders from the given stream.
| |
BeginRestore(String, ImapFolderInfoCollection, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore the specified imap folders from the specified personal storage file.
| |
BeginRestore(String, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore imap folders from the specified personal storage file.
| |
BeginRestore(IConnection, PersonalStorage, ImapFolderInfoCollection, RestoreSettings) | Obsolete.
Begins to restore the specified imap folders from the given personal storage.
| |
BeginRestore(IConnection, PersonalStorage, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore imap folders from the given personal storage.
| |
BeginRestore(IConnection, Stream, ImapFolderInfoCollection, RestoreSettings) | Obsolete.
Begins to restore the specified imap folders from the given stream.
| |
BeginRestore(IConnection, Stream, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore imap folders from the given stream.
| |
BeginRestore(IConnection, String, ImapFolderInfoCollection, RestoreSettings) | Obsolete.
Begins to restore the specified imap folders from the specified personal storage file.
| |
BeginRestore(IConnection, String, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore imap folders from the specified personal storage file.
| |
BeginRestore(PersonalStorage, ImapFolderInfoCollection, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore the specified imap folders from the given personal storage.
| |
BeginRestore(PersonalStorage, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore imap folders from the given personal storage.
| |
BeginRestore(Stream, ImapFolderInfoCollection, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore the specified imap folders from the given stream.
| |
BeginRestore(String, ImapFolderInfoCollection, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore the specified imap folders from the specified personal storage file.
| |
BeginRestore(IConnection, PersonalStorage, ImapFolderInfoCollection, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore the specified imap folders from the given personal storage.
| |
BeginRestore(IConnection, PersonalStorage, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore imap folders from the given personal storage.
| |
BeginRestore(IConnection, Stream, ImapFolderInfoCollection, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore the specified imap folders from the given stream.
| |
BeginRestore(IConnection, Stream, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore imap folders from the given stream.
| |
BeginRestore(IConnection, String, ImapFolderInfoCollection, RestoreSettings, AsyncCallback) | Obsolete.
Begins to restore the specified imap folders from the specified personal storage file.
| |
BeginRestore(IConnection, String, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore imap folders from the specified personal storage file.
| |
BeginRestore(PersonalStorage, ImapFolderInfoCollection, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore the specified imap folders from the given personal storage.
| |
BeginRestore(IConnection, PersonalStorage, ImapFolderInfoCollection, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore the specified imap folders from the given personal storage.
| |
BeginRestore(IConnection, Stream, ImapFolderInfoCollection, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore the specified imap folders from the given stream.
| |
BeginRestore(IConnection, String, ImapFolderInfoCollection, RestoreSettings, AsyncCallback, Object) | Obsolete.
Begins to restore the specified imap folders from the specified personal storage file.
| |
BeginSaveMessage(Int32, Stream) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(Int32, String) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(String, Stream) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(String, String) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(Int32, Stream, AsyncCallback) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(Int32, String, AsyncCallback) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(String, Stream, AsyncCallback) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(String, String, AsyncCallback) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, Int32, Stream) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, Int32, String) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, String, Stream) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, String, String) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(Int32, Stream, AsyncCallback, Object) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(Int32, String, AsyncCallback, Object) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(String, Stream, AsyncCallback, Object) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(String, String, AsyncCallback, Object) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, Int32, Stream, AsyncCallback) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, Int32, String, AsyncCallback) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, String, Stream, AsyncCallback) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, String, String, AsyncCallback) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, Int32, Stream, AsyncCallback, Object) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, Int32, String, AsyncCallback, Object) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, String, Stream, AsyncCallback, Object) |
Begins SaveMessage operation asynchronously
| |
BeginSaveMessage(IConnection, String, String, AsyncCallback, Object) |
Begins SaveMessage operation asynchronously
| |
BeginSelectFolder(String) |
Begins select the specified folder asynchronously.
| |
BeginSelectFolder(String, AsyncCallback) |
Begins select the specified folder asynchronously.
| |
BeginSelectFolder(IConnection, String) |
Begins select the specified folder asynchronously.
| |
BeginSelectFolder(String, AsyncCallback, Object) |
Begins select the specified folder asynchronously.
| |
BeginSelectFolder(IConnection, String, AsyncCallback) |
Begins select the specified folder asynchronously.
| |
BeginSelectFolder(String, NullableBoolean, AsyncCallback, Object) |
Begins select the specified folder asynchronously.
| |
BeginSelectFolder(IConnection, String, AsyncCallback, Object) |
Begins select the specified folder asynchronously.
| |
BeginSelectFolder(IConnection, String, NullableBoolean, AsyncCallback, Object) |
Begins select the specified folder asynchronously.
| |
BeginSetQuota(String, String, Int32) |
Begins setting quota information
| |
BeginSetQuota(String, String, Int32, AsyncCallback) |
Begins setting quota information
| |
BeginSetQuota(IConnection, String, String, Int32) |
Begins setting quota information
| |
BeginSetQuota(String, String, Int32, AsyncCallback, Object) |
Begins setting quota information
| |
BeginSetQuota(IConnection, String, String, Int32, AsyncCallback) |
Begins setting quota information
| |
BeginSetQuota(IConnection, String, String, Int32, AsyncCallback, Object) |
Begins setting quota information
| |
BeginSubscribeFolder(String) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
| |
BeginSubscribeFolder(String, AsyncCallback) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
| |
BeginSubscribeFolder(IConnection, String) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
| |
BeginSubscribeFolder(String, AsyncCallback, Object) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
| |
BeginSubscribeFolder(IConnection, String, AsyncCallback) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
| |
BeginSubscribeFolder(IConnection, String, AsyncCallback, Object) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
| |
BeginUndeleteMessage(Int32) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(String) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(Int32, AsyncCallback) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(Int32, Int64) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(String, AsyncCallback) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(String, Int64) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, Int32) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, String) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(Int32, AsyncCallback, Object) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(Int32, Int64, AsyncCallback) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(String, AsyncCallback, Object) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(String, Int64, AsyncCallback) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, Int32, AsyncCallback) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, Int32, Int64) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, String, AsyncCallback) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, String, Int64) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(Int32, Int64, AsyncCallback, Object) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(String, Int64, AsyncCallback, Object) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, Int32, AsyncCallback, Object) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, Int32, Int64, AsyncCallback) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, String, AsyncCallback, Object) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, String, Int64, AsyncCallback) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, Int32, Int64, AsyncCallback, Object) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUndeleteMessage(IConnection, String, Int64, AsyncCallback, Object) |
Marks a message with the specified sequence number as not deleted.
| |
BeginUnselectFolder |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
| |
BeginUnselectFolder(AsyncCallback) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
| |
BeginUnselectFolder(Boolean) |
Unselects folder which are currently selected asyncronously.
if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled.
Please note, this operation works only in case if server supports RFC3691
See more https://tools.ietf.org/html/rfc3691
| |
BeginUnselectFolder(IConnection) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
| |
BeginUnselectFolder(AsyncCallback, Object) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
| |
BeginUnselectFolder(Boolean, AsyncCallback) |
Unselects folder which are currently selected asyncronously.
if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled.
Please note, this operation works only in case if server supports RFC3691
See more https://tools.ietf.org/html/rfc3691
| |
BeginUnselectFolder(IConnection, AsyncCallback) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
| |
BeginUnselectFolder(IConnection, Boolean) |
Unselects folder which are currently selected asyncronously.
if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled.
Please note, this operation works only in case if server supports RFC3691
See more https://tools.ietf.org/html/rfc3691
| |
BeginUnselectFolder(Boolean, AsyncCallback, Object) |
Unselects folder which are currently selected asyncronously.
if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled.
Please note, this operation works only in case if server supports RFC3691
See more https://tools.ietf.org/html/rfc3691
| |
BeginUnselectFolder(IConnection, AsyncCallback, Object) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
| |
BeginUnselectFolder(IConnection, Boolean, AsyncCallback) |
Unselects folder which are currently selected asyncronously.
if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled.
Please note, this operation works only in case if server supports RFC3691
See more https://tools.ietf.org/html/rfc3691
| |
BeginUnselectFolder(IConnection, Boolean, AsyncCallback, Object) |
Unselects folder which are currently selected asyncronously.
if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled.
Please note, this operation works only in case if server supports RFC3691
See more https://tools.ietf.org/html/rfc3691
| |
BeginUnsubscribeFolder(String) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
| |
BeginUnsubscribeFolder(String, AsyncCallback) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
| |
BeginUnsubscribeFolder(IConnection, String) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
| |
BeginUnsubscribeFolder(String, AsyncCallback, Object) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
| |
BeginUnsubscribeFolder(IConnection, String, AsyncCallback) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
| |
BeginUnsubscribeFolder(IConnection, String, AsyncCallback, Object) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
| |
CancelAsyncOperation |
Cancels asynchronous operation.
(Inherited from EmailClient.) | |
ChangeMessageFlags(IEnumerableInt32, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(IEnumerableString, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(Int32, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(String, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(IEnumerableString, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(Int32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(Int32, Int32, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(String, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(String, String, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, IEnumerableString, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, Int32, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, String, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(Int32, Int32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(String, String, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, Int32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, Int32, Int32, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, String, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, String, String, ImapMessageFlags) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ChangeMessageFlags(IConnection, String, String, ImapMessageFlags, Int64) |
Changes the flags of the message
| |
ClientCapabilities(String) |
Notifies server which extensions are supported by client.
Please note, this operation works only in case if server supports RFC5161
See more https://tools.ietf.org/html/rfc5161
| |
ClientCapabilities(IConnection, String) |
Notifies server which extensions are supported by client.
Please note, this operation works only in case if server supports RFC5161
See more https://tools.ietf.org/html/rfc5161
| |
CommitDeletes |
Commit the deletions
| |
CommitDeletes(IEnumerableString) |
Commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
CommitDeletes(Int32) |
Commit the deletions
| |
CommitDeletes(String) |
Commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
CommitDeletes(IConnection) |
Commit the deletions
| |
CommitDeletes(String, String) |
Commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
CommitDeletes(IConnection, IEnumerableString) |
Commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
CommitDeletes(IConnection, Int32) |
Commit the deletions
| |
CommitDeletes(IConnection, String) |
Commit the deletions
| |
CommitDeletes(IConnection, String, String) |
Commit the deletions
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
CopyMessage(Int32, String) |
Copies the message
| |
CopyMessage(String, String) |
Copies the message
| |
CopyMessage(IConnection, Int32, String) |
Copies the message
| |
CopyMessage(IConnection, String, String) |
Copies the message
| |
CopyMessages(IEnumerableInt32, String) |
Copy messages
| |
CopyMessages(IEnumerableString, String) |
Copy messages
| |
CopyMessages(IEnumerableImapMessageInfo, String) |
Copy messages
| |
CopyMessages(IEnumerableInt32, String, Boolean) |
Copy messages
| |
CopyMessages(IEnumerableString, String, Boolean) | Obsolete.
Copy messages
| |
CopyMessages(Int32, Int32, String) |
Copy messages
| |
CopyMessages(String, String, String) |
Copy messages
| |
CopyMessages(IConnection, IEnumerableImapMessageInfo, String) |
Copy messages
| |
CopyMessages(IConnection, IEnumerableInt32, String) |
Copy the messaeg
| |
CopyMessages(IConnection, IEnumerableString, String) |
Copy messages
| |
CopyMessages(IEnumerableImapMessageInfo, String, Boolean) | Obsolete.
Copy messages
| |
CopyMessages(Int32, Int32, String, Boolean) | Obsolete.
Copy messages
| |
CopyMessages(String, String, String, Boolean) | Obsolete.
Copy messages
| |
CopyMessages(IConnection, IEnumerableImapMessageInfo, String, Boolean) | Obsolete.
Copy messages
| |
CopyMessages(IConnection, IEnumerableInt32, String, Boolean) | Obsolete.
Copy the messaeg
| |
CopyMessages(IConnection, IEnumerableString, String, Boolean) | Obsolete.
Copy messages
| |
CopyMessages(IConnection, Int32, Int32, String) |
Copy the messaeg
| |
CopyMessages(IConnection, String, String, String) |
Copy messages
| |
CopyMessages(IConnection, Int32, Int32, String, Boolean) | Obsolete.
Copy the messaeg
| |
CopyMessages(IConnection, String, String, String, Boolean) | Obsolete.
Copy messages
| |
CreateConnection |
Creates new independent connection for operations not linked to threads (not default connection).
Invocation of this method is similar to invocation of CreateConnection(createAsDefaultConnection = false)
Please see more in documentation for EmailClient.ConnectionAsgmtMode property.
(Inherited from EmailClient.) | |
CreateConnection(Boolean) |
Creates new (default or independent) connection for operations.
Please see more in documentation for EmailClient.ConnectionAsgmtMode property.
(Inherited from EmailClient.) | |
CreateFolder(String) |
Creates a folder with the specified name
| |
CreateFolder(IConnection, String) |
Creates a folder with the specified name
| |
DeleteFolder(String) |
Deletes a specified folder. This method represents IMAP DELETE command
| |
DeleteFolder(IConnection, String) |
Deletes a specified folder. This method represents IMAP DELETE command
| |
DeleteMessage(Int32) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessage(String) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessage(Int32, Int64) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessage(String, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessage(String, Int64) |
Marks a message with the specified unique identifier as deleted
| |
DeleteMessage(IConnection, Int32) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessage(IConnection, String) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessage(String, Int64, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessage(IConnection, Int32, Int64) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessage(IConnection, String, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessage(IConnection, String, Int64) |
Marks a message with the specified unique identifier as deleted
| |
DeleteMessage(IConnection, String, Int64, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(IEnumerableInt32) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IEnumerableString) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IEnumerableImapMessageInfo) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IEnumerableInt32, Int64) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IEnumerableString, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(IEnumerableString, Int64) |
Marks a message with the specified unique identifier as deleted
| |
DeleteMessages(Int32, Int32) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(String, String) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IConnection, IEnumerableImapMessageInfo) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IConnection, IEnumerableInt32) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IConnection, IEnumerableString) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IEnumerableImapMessageInfo, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(IEnumerableImapMessageInfo, Int64) |
Marks a message with the specified unique identifier as deleted
| |
DeleteMessages(IEnumerableString, Int64, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(Int32, Int32, Int64) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(String, String, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(String, String, Int64) |
Marks a message with the specified unique identifier as deleted
| |
DeleteMessages(IConnection, IEnumerableImapMessageInfo, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(IConnection, IEnumerableImapMessageInfo, Int64) |
Marks a message with the specified unique identifier as deleted
| |
DeleteMessages(IConnection, IEnumerableInt32, Int64) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IConnection, IEnumerableString, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(IConnection, IEnumerableString, Int64) |
Marks a message with the specified unique identifier as deleted
| |
DeleteMessages(IConnection, Int32, Int32) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IConnection, String, String) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IEnumerableImapMessageInfo, Int64, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(String, String, Int64, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(IConnection, IEnumerableImapMessageInfo, Int64, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(IConnection, IEnumerableString, Int64, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(IConnection, Int32, Int32, Int64) |
Marks a message with the specified sequence number as deleted
| |
DeleteMessages(IConnection, String, String, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
DeleteMessages(IConnection, String, String, Int64) |
Marks a message with the specified unique identifier as deleted
| |
DeleteMessages(IConnection, String, String, Int64, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
| |
Dispose |
Finalizes all operations with a server.
(Overrides EmailClientDispose.) | |
EndAddMessageFlags |
Waits for the pending asynchronous operation to complete.
| |
EndAppendMessage |
Waits for the pending asynchronous operation to complete.
| |
EndAppendMessages |
Waits for the pending asynchronous operation to complete.
| |
EndBackup |
Waits for the pending asynchronous operation to complete.
| |
EndChangeMessageFlags |
Waits for the pending asynchronous operation to complete.
| |
EndClientCapabilities |
Waits for the pending asynchronous operation to complete.
Please note, this operation works only in case if server supports RFC5161
See more https://tools.ietf.org/html/rfc5161
| |
EndCommitDeletes |
Waits for the pending asynchronous operation to complete.
| |
EndCopyMessage |
Waits for the pending asynchronous operation to complete.
| |
EndCopyMessages |
Waits for the pending asynchronous operation to complete.
| |
EndCreateFolder |
Waits for the pending asynchronous folder creation to complete.
| |
EndDeleteFolder |
Waits for the pending asynchronous folder deletion to complete.
| |
EndDeleteMessage |
Waits for the pending asynchronous message deletion to complete.
| |
EndDeleteMessages |
Waits for the pending asynchronous message deletion to complete.
| |
EndExistFolder(IAsyncResult) |
Waits for the pending asynchronous operation to complete.
| |
EndExistFolder(IAsyncResult, ImapFolderInfo) |
Waits for the pending asynchronous operation to complete.
| |
EndFetchAttachment |
Waits for the asynchronous operation to complete.
| |
EndFetchMessage |
Waits for the pending asynchronous message fetching to complete.
| |
EndFetchMessages |
Waits for the asynchronous operation to complete.
| |
EndGetFolderInfo |
Waits for the pending asynchronous folder listing to complete.
| |
EndGetNamespaces |
Waits for the pending asynchronous operation to complete.
| |
EndGetQuota |
Waits for the pending asynchronous operation to complete.
| |
EndGetQuotaRoot |
Waits for the pending asynchronous operation to complete.
| |
EndIntroduceClient |
Waits for the pending asynchronous operation to complete.
| |
EndListFolders |
Waits for the pending asynchronous operation to complete.
| |
EndListMessage |
Waits for the asynchronous ListMessage operation to complete.
| |
EndListMessages |
Waits for the asynchronous ListMessages operation to complete.
| |
EndListMessagesByPage |
Waits for the asynchronous ListMessagesByPage operation to complete.
| |
EndMoveFolder |
Waits for completion of the asynchronous operation.
| |
EndMoveMessage |
Waits for the pending asynchronous operation to complete.
| |
EndMoveMessages |
Waits for the pending asynchronous operation to complete.
| |
EndNoop |
Waits for the pending asynchronous operation to complete.
| |
EndRemoveMessageFlags |
Waits for the pending asynchronous operation to complete.
| |
EndRenameFolder |
Waits for the asynchronous operation to complete.
| |
EndRequestCheckpoint |
Waits for the pending asynchronous operation to complete.
| |
EndRestore |
Waits for the pending asynchronous operation to complete.
| |
EndSaveMessage |
Waits for the asynchronous operation to complete.
| |
EndSelectFolder |
Waits for the pending asynchronous message fetching to complete.
| |
EndSetQuota |
Waits for the pending asynchronous operation to complete.
| |
EndSubscribeFolder |
Waits for the pending asynchronous operation to complete.
| |
EndUndeleteMessage |
Waits for the pending asynchronous operation to complete.
| |
EndUnselectFolder |
Waits for the pending asynchronous operation to complete.
| |
EndUnsubscribeFolder |
Waits for the pending asynchronous operation to complete.
| |
Equals | (Inherited from Object.) | |
ExistFolder(String) |
Check whether this folder exists
| |
ExistFolder(String, ImapFolderInfo) |
Check whether this folder exists, extract folder info if so
| |
ExistFolder(IConnection, String) |
Check whether this folder exists
| |
ExistFolder(IConnection, String, ImapFolderInfo) |
Check whether this folder exists, extract folder info if so
| |
FetchAttachment(Int32, String) |
Fetches the specified attachment
| |
FetchAttachment(IConnection, Int32, String) |
Fetches the specified attachment
| |
FetchMessage(Int32) |
Fetches the message
| |
FetchMessage(String) |
Fetches the message
| |
FetchMessage(Int32, Boolean) |
Fetches the message
| |
FetchMessage(IConnection, Int32) |
Fetches the message
| |
FetchMessage(IConnection, String) |
Fetches the message
| |
FetchMessage(IConnection, Int32, Boolean) |
Fetches the message
| |
FetchMessages(IEnumerableInt32) |
Fetches the messages
| |
FetchMessages(IEnumerableString) |
Fetches the messages
| |
FetchMessages(IConnection, IEnumerableInt32) |
Fetches the messages
| |
FetchMessages(IConnection, IEnumerableString) |
Fetches the messages
| |
GetCapabilities | (Inherited from EmailClient.) | |
GetFolderInfo(String) |
Returns information about the specified folder without selecting it
| |
GetFolderInfo(IConnection, String) |
Returns information about the specified folder without selecting it
| |
GetHashCode | (Inherited from Object.) | |
GetNamespaces |
Gets namespaces that are available on a server.
| |
GetNamespaces(IConnection) |
Gets namespaces that are available on a server.
| |
GetQuota(String) |
Gets quota information
| |
GetQuota(IConnection, String) |
Gets quota information
| |
GetQuotaRoot(String) |
Gets quota root information for mailbox
| |
GetQuotaRoot(IConnection, String) |
Gets quota root information for mailbox
| |
GetType | (Inherited from Object.) | |
IntroduceClient |
Introduces client information to a server.
| |
IntroduceClient(IConnection) |
Introduces client information to a server.
| |
IntroduceClient(ImapIdentificationInfo) |
Introduces client information to a server.
| |
IntroduceClient(IConnection, ImapIdentificationInfo) |
Introduces client information to a server.
| |
ListFolders |
Gets the list of folders in the mailbox
| |
ListFolders(Boolean) |
Gets the list of folders in the mailbox
| |
ListFolders(String) |
Gets the list of subfolders in the specified folder
| |
ListFolders(IConnection) |
Gets the list of folders in the mailbox
| |
ListFolders(String, Boolean) |
Gets the list of subfolders in the specified folder
| |
ListFolders(IConnection, Boolean) |
Gets the list of folders in the mailbox
| |
ListFolders(IConnection, String) |
Gets the list of subfolders in the specified folder
| |
ListFolders(IConnection, String, Boolean) |
Gets the list of subfolders in the specified folder
| |
ListFolders(String, Boolean, ListFoldersOptions, ListFoldersReturnOptions) |
Gets the list of subfolders in the specified folder
| |
ListFolders(IConnection, String, Boolean, ListFoldersOptions, ListFoldersReturnOptions) |
Gets the list of subfolders in the specified folder
| |
ListMessage(Int32) |
Gets information about a message.
| |
ListMessage(String) |
Gets information about a message.
| |
ListMessage(Int32, IEnumerableString) |
Gets information about a message.
| |
ListMessage(String, IEnumerableString) |
Gets information about a message.
| |
ListMessage(IConnection, Int32) |
Gets information about a message.
| |
ListMessage(IConnection, String) |
Gets information about a message.
| |
ListMessage(IConnection, Int32, IEnumerableString) |
Gets information about a message.
| |
ListMessage(IConnection, String, IEnumerableString) |
Gets information about a message.
| |
ListMessages |
Gets the list of messages in the current folder
| |
ListMessages(Boolean) |
Gets the list of messages in the current folder
| |
ListMessages(IEnumerableString) |
Gets the list of messages in the current folder
| |
ListMessages(Int32) |
Gets the list of messages in the current folder.
| |
ListMessages(Int64) |
Gets the list of messages in the current folder that have a modification sequence bigger than specified value.
Please, see more https://tools.ietf.org/html/rfc7162
| |
ListMessages(String) |
Gets the list of messages in the specified folder
| |
ListMessages(IConnection) |
Gets the list of messages in the current folder
| |
ListMessages(MailQuery) |
Gets the list of messages in the current folder.
| |
ListMessages(String, Boolean) |
Gets the list of messages in the specified folder
| |
ListMessages(IConnection, MailQuery) |
Gets the list of messages in the current folder.
| |
ListMessages(IConnection, Boolean) |
Gets the list of messages in the current folder
| |
ListMessages(IConnection, Int32) |
Gets the list of messages in the current folder.
| |
ListMessages(IConnection, Int64) |
Gets the list of messages in the current folder that have a modification sequence bigger than specified value.
Please, see more https://tools.ietf.org/html/rfc7162
| |
ListMessages(IConnection, String) |
Gets the list of messages in the specified folder
| |
ListMessages(MailQuery, Int32) |
Gets the list of messages in the current folder.
| |
ListMessages(String, MailQuery, Int32) |
Gets the list of messages in the current folder.
| |
ListMessages(String, Boolean, IEnumerableString) |
Gets the list of messages in the specified folder
| |
ListMessages(IConnection, MailQuery, Int32) |
Gets the list of messages in the current folder.
| |
ListMessages(IConnection, String, Boolean) |
Gets the list of messages in the specified folder
| |
ListMessages(IConnection, String, MailQuery, Int32) |
Gets the list of messages in the current folder.
| |
ListMessages(IConnection, String, Int64, Boolean, IEnumerableString) |
Gets the list of messages in the specified folder
| |
ListMessagesByPage(Int32) | Obsolete.
Gets the list of messages in the current folder.
| |
ListMessagesByPage(PageInfo) | Obsolete.
Gets the list of messages in the current folder.
| |
ListMessagesByPage(Int32, PageSettings) |
Gets the list of messages
| |
ListMessagesByPage(Int32, Int32) | Obsolete.
Gets the list of messages in the current folder.
| |
ListMessagesByPage(IConnection, PageInfo) | Obsolete.
Gets the list of messages in the current folder.
| |
ListMessagesByPage(IConnection, Int32) | Obsolete.
Gets the list of messages in the current folder.
| |
ListMessagesByPage(PageInfo, PageSettings) |
Gets the list of messages
| |
ListMessagesByPage(Int32, Int32, PageSettings) |
Gets the list of messages
| |
ListMessagesByPage(String, MailQuery, PageInfo) | Obsolete.
Gets the list of messages in the current folder.
| |
ListMessagesByPage(String, MailQuery, Int32) | Obsolete.
Gets the list of messages in the current folder.
| |
ListMessagesByPage(IConnection, Int32, Int32) | Obsolete.
Gets the list of messages in the current folder.
| |
ListMessagesByPage(MailQuery, PageInfo, PageSettings) |
Gets the list of messages
| |
ListMessagesByPage(IConnection, String, MailQuery, PageInfo) | Obsolete.
Gets the list of messages in the current folder.
| |
ListMessagesByPage(IConnection, String, MailQuery, Int32) | Obsolete.
Gets the list of messages in the current folder.
| |
MoveFolder(String, String) |
Moves specified folder and its subfolders to new location.
| |
MoveFolder(IConnection, String, String) |
Moves specified folder and its subfolders to new location.
| |
MoveMessage(Int32, String) |
Moves the message
| |
MoveMessage(String, String) |
Moves the message
| |
MoveMessage(Int32, String, Boolean) |
Moves the message
| |
MoveMessage(String, String, Boolean) |
Moves the message
| |
MoveMessage(IConnection, Int32, String) |
Moves the messaeg
| |
MoveMessage(IConnection, String, String) |
Moves the message
| |
MoveMessage(IConnection, Int32, String, Boolean) |
Moves the messaeg
| |
MoveMessage(IConnection, String, String, Boolean) |
Moves the message
| |
MoveMessages(IEnumerableInt32, String) |
Moves the message
| |
MoveMessages(IEnumerableString, String) |
Moves the message
| |
MoveMessages(IEnumerableImapMessageInfo, String) |
Moves the message
| |
MoveMessages(IEnumerableInt32, String, Boolean) |
Moves the message
| |
MoveMessages(IEnumerableString, String, Boolean) |
Moves the message
| |
MoveMessages(Int32, Int32, String) |
Moves the message
| |
MoveMessages(String, String, String) |
Moves the message
| |
MoveMessages(IConnection, IEnumerableImapMessageInfo, String) |
Moves the message
| |
MoveMessages(IConnection, IEnumerableInt32, String) |
Moves the messaeg
| |
MoveMessages(IConnection, IEnumerableString, String) |
Moves the message
| |
MoveMessages(IEnumerableImapMessageInfo, String, Boolean) |
Moves the message
| |
MoveMessages(Int32, Int32, String, Boolean) |
Moves the message
| |
MoveMessages(String, String, String, Boolean) |
Moves the message
| |
MoveMessages(IConnection, IEnumerableImapMessageInfo, String, Boolean) |
Moves the message
| |
MoveMessages(IConnection, IEnumerableInt32, String, Boolean) |
Moves the messaeg
| |
MoveMessages(IConnection, IEnumerableString, String, Boolean) |
Moves the message
| |
MoveMessages(IConnection, Int32, Int32, String) |
Moves the messaeg
| |
MoveMessages(IConnection, String, String, String) |
Moves the message
| |
MoveMessages(IConnection, Int32, Int32, String, Boolean) |
Moves the messaeg
| |
MoveMessages(IConnection, String, String, String, Boolean) |
Moves the message
| |
Noop |
'No operation' command
(Overrides EmailClientNoop.) | |
Noop(IConnection) |
'No operation' command
(Overrides EmailClientNoop(IConnection).) | |
RemoveMessageFlags(IEnumerableInt32, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(IEnumerableString, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(Int32, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(String, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(IEnumerableInt32, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(IEnumerableString, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(Int32, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(Int32, Int32, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(String, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(String, String, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, IEnumerableString, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, Int32, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, String, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(Int32, Int32, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(String, String, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, IEnumerableImapMessageInfo, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, IEnumerableInt32, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, IEnumerableString, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, Int32, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, Int32, Int32, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, String, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, String, String, ImapMessageFlags) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, Int32, Int32, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RemoveMessageFlags(IConnection, String, String, ImapMessageFlags, Int64) |
Removes the flags of the message
| |
RenameFolder(String, String) |
Renames a specified folder to a new name
| |
RenameFolder(IConnection, String, String) |
Renames a specified folder to a new name
| |
RequestCheckpoint |
Requests a checkpoint of the currently selected mailbox.
| |
RequestCheckpoint(IConnection) |
Requests a checkpoint of the currently selected mailbox.
| |
ResetLogSettings |
Resets logging settings to default.
(Inherited from EmailClient.) | |
Restore |
Begins to restore imap folders from the given personal storage.
| |
SaveMessage(Int32, Stream) |
Downloads the message with the specified sequence number and writes its data into a supplied stream
| |
SaveMessage(Int32, String) |
Downloads the message with the specified sequence number and writes its data into a local file
| |
SaveMessage(String, Stream) |
Downloads the message with the specified sequence number
and writes its data into a supplied stream
| |
SaveMessage(String, String) |
Downloads the message with the specified sequence number
and writes its data into a local file
| |
SaveMessage(IConnection, Int32, Stream) |
Downloads the message with the specified sequence number and writes its data into a supplied stream
| |
SaveMessage(IConnection, Int32, String) |
Downloads the message with the specified sequence number and writes its data into a local file
| |
SaveMessage(IConnection, String, Stream) |
Downloads the message with the specified sequence number
and writes its data into a supplied stream
| |
SaveMessage(IConnection, String, String) |
Downloads the message with the specified sequence number
and writes its data into a local file
| |
SelectFolder(String) |
Selects the specified folder
| |
SelectFolder(String, NullableBoolean) |
Selects the specified folder
| |
SelectFolder(IConnection, String) |
Selects the specified folder
| |
SelectFolder(IConnection, String, NullableBoolean) |
Selects the specified folder
| |
SetQuota(String, String, Int32) |
Sets quota information
| |
SetQuota(IConnection, String, String, Int32) |
Sets quota information
| |
StartMonitoring(ImapMonitoringEventHandler) |
Starts monitoring of message changes for Inbox folder
| |
StartMonitoring(String, ImapMonitoringEventHandler) |
Starts monitoring of message changes for specified folder
| |
StopMonitoring |
Stops any monitoring of changes.
| |
StopMonitoring(String) |
Stops monitoring of message changes for specified folder.
| |
SubscribeFolder(String) |
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes.
| |
SubscribeFolder(IConnection, String) |
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes.
| |
ToString | (Inherited from Object.) | |
UndeleteMessage(Int32) |
Marks a message with the specified sequence number as not deleted
| |
UndeleteMessage(String) |
Marks a message with the specified sequence number as not deleted.
| |
UndeleteMessage(Int32, Int64) |
Marks a message with the specified sequence number as not deleted
| |
UndeleteMessage(String, Int64) |
Marks a message with the specified sequence number as not deleted.
| |
UndeleteMessage(IConnection, Int32) |
Marks a message with the specified sequence number as not deleted
| |
UndeleteMessage(IConnection, String) |
Marks a message with the specified sequence number as not deleted.
| |
UndeleteMessage(IConnection, Int32, Int64) |
Marks a message with the specified sequence number as not deleted
| |
UndeleteMessage(IConnection, String, Int64) |
Marks a message with the specified sequence number as not deleted.
| |
UnselectFolder |
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder.
| |
UnselectFolder(Boolean) |
Unselects folder which are currently selected.
if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled.
Please note, this operation works only in case if server supports RFC3691
See more https://tools.ietf.org/html/rfc3691
| |
UnselectFolder(IConnection) |
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder.
| |
UnselectFolder(IConnection, Boolean) |
Unselects folder which are currently selected.
if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled.
Please note, this operation works only in case if server supports RFC3691
See more https://tools.ietf.org/html/rfc3691
| |
UnsubscribeFolder(String) |
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes
| |
UnsubscribeFolder(IConnection, String) |
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes
|
Name | Description | |
---|---|---|
BindIPEndPoint |
Associates a Socket with a local endpoint.
(Inherited from EmailClient.) | |
OnConnect |
The OnConnect event occurs when the clent establishes connection.
(Inherited from EmailClient.) |