Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginStoreMessage(String, MailMessage, ImapMessageFlags, AsyncCallback, Object)
Begins asynchronous StoreMessage operation. Uploads the message to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkBeginStoreMessage(String, MimeMessage, ImapMessageFlags, AsyncCallback, Object)
Begins asynchronous StoreMessage operation. Uploads the message to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkBeginStoreMessage(String, Stream, ImapMessageFlags, AsyncCallback, Object)
Begins asynchronous StoreMessage operation. Uploads the message read from the stream to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkBeginStoreMessage(String, String, ImapMessageFlags, AsyncCallback, Object)
Begins asynchronous StoreMessage operation. Uploads the message read from a local file and sets its flags.
Public methodSupported by the .NET Compact FrameworkBeginStoreMessage(String, MailMessage, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object)
Begins asynchronous StoreMessage operation. Uploads the message to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkBeginStoreMessage(String, MimeMessage, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object)
Begins asynchronous StoreMessage operation. Uploads the message to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkBeginStoreMessage(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.
Public methodSupported by the .NET Compact FrameworkBeginStoreMessage(String, String, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object)
Begins asynchronous StoreMessage operation. Uploads the message read from a local file and sets its flags.
Public methodSupported by the .NET Compact FrameworkBeginStoreMessage(String, String, String, String, String, ImapMessageFlags, AsyncCallback, Object)
Begins asynchronous StoreMessage operation. Uploads the message to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkBeginStoreMessage(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.

See Also