Overload List
Name | Description | |
---|---|---|
BeginStoreMessage(String, MailMessage, ImapMessageFlags, AsyncCallback, Object) |
Begins asynchronous StoreMessage operation.
Uploads the message to the specified folder and sets its flags.
| |
BeginStoreMessage(String, MimeMessage, ImapMessageFlags, AsyncCallback, Object) |
Begins asynchronous StoreMessage operation.
Uploads the message to the specified folder and sets its flags.
| |
BeginStoreMessage(String, Stream, ImapMessageFlags, AsyncCallback, Object) |
Begins asynchronous StoreMessage operation.
Uploads the message read from the stream to the specified folder and sets its flags.
| |
BeginStoreMessage(String, String, ImapMessageFlags, AsyncCallback, Object) |
Begins asynchronous StoreMessage operation.
Uploads the message read from a local file and sets its flags.
| |
BeginStoreMessage(String, MailMessage, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object) |
Begins asynchronous StoreMessage operation.
Uploads the message to the specified folder and sets its flags.
| |
BeginStoreMessage(String, MimeMessage, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object) |
Begins asynchronous StoreMessage operation.
Uploads the message to the specified folder and sets its flags.
| |
BeginStoreMessage(String, Stream, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object) |
Begins asynchronous StoreMessage operation.
Uploads the message read from the stream to the specified folder and sets its flags.
| |
BeginStoreMessage(String, String, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object) |
Begins asynchronous StoreMessage operation.
Uploads the message read from a local file and sets its flags.
| |
BeginStoreMessage(String, String, String, String, String, ImapMessageFlags, AsyncCallback, Object) |
Begins asynchronous StoreMessage operation.
Uploads the message to the specified folder and sets its flags.
| |
BeginStoreMessage(String, String, String, String, String, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object) |
Begins asynchronous StoreMessage operation.
Uploads the message to the specified folder and sets its flags.
|