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