Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSendMessage(EwsItemId)
Sends a message stored in exchange server and moves it to the 'Sent Items' folder.
Public methodSupported by the .NET Compact FrameworkSendMessage(MailMessage)
Sends a mail message and saves it to the 'Sent Items' folder.
Public methodSupported by the .NET Compact FrameworkSendMessage(MimeMessage)
Sends a MIME message and saves it to the 'Sent Items' folder.
Public methodSupported by the .NET Compact FrameworkSendMessage(EwsItemId, EwsFolderId)
Sends a message stored in exchange server.
Public methodSupported by the .NET Compact FrameworkSendMessage(MailMessage, EwsFolderId)
Sends a mail message.
Public methodSupported by the .NET Compact FrameworkSendMessage(MimeMessage, EwsFolderId)
Sends a MIME message.
Public methodSupported by the .NET Compact FrameworkSendMessage(String, String, EwsMessageBody)
Sends a message composed from the arguments and stores it to the 'Sent Items' folder.
Public methodSupported by the .NET Compact FrameworkSendMessage(String, String, String)
Sends a message composed from the arguments and stores it to the 'Sent Items' folder.
Public methodSupported by the .NET Compact FrameworkSendMessage(String, String, EwsMessageBody, EwsFolderId)
Sends a message composed from the arguments.
Public methodSupported by the .NET Compact FrameworkSendMessage(String, String, String, EwsFolderId)
Sends a message composed from the arguments.
Public methodSupported by the .NET Compact FrameworkSendMessage(String, String, String, EwsMessageBody)
Sends a message composed from the arguments and stores it to the 'Sent Items' folder.
Public methodSupported by the .NET Compact FrameworkSendMessage(String, String, String, String)
Sends a message composed from the arguments and stores it to the 'Sent Items' folder.
Public methodSupported by the .NET Compact FrameworkSendMessage(String, String, String, EwsMessageBody, EwsFolderId)
Sends a message composed from the arguments.
Public methodSupported by the .NET Compact FrameworkSendMessage(String, String, String, String, EwsFolderId)
Sends a message composed from the arguments.

See Also