Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, MailMessage)
Uploads the message to the specified folder.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, MimeMessage)
Uploads the message to the specified folder.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, Stream)
Uploads the message read from the stream to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, String)
Uploads the message read from a local file and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, MailMessage, ImapMessageFlags)
Uploads the message to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, MimeMessage, ImapMessageFlags)
Uploads the message to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, Stream, ImapMessageFlags)
Uploads the message read from the stream to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, String, ImapMessageFlags)
Uploads the message read from a local file and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, MailMessage, ImapMessageFlags, array<String>[]()[][])
Uploads the message to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, MimeMessage, ImapMessageFlags, array<String>[]()[][])
Uploads the message to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, Stream, ImapMessageFlags, array<String>[]()[][])
Uploads the message read from the stream to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, String, ImapMessageFlags, array<String>[]()[][])
Uploads the message read from a local file and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, String, String, String, String)
Uploads the message to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, String, String, String, String, ImapMessageFlags)
Uploads the message to the specified folder and sets its flags.
Public methodSupported by the .NET Compact FrameworkStoreMessage(String, String, String, String, String, ImapMessageFlags, array<String>[]()[][])
Uploads the message to the specified folder and sets its flags.

See Also