Overload List

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

See Also