Overload List
Name | Description | |
---|---|---|
BeginSendMessage(EwsItemId, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a message stored in exchange server and moves it to the 'Sent Items' folder.
| |
BeginSendMessage(MailMessage, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a mail message and saves it to the 'Sent Items' folder.
| |
BeginSendMessage(MimeMessage, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a MIME message and saves it to the 'Sent Items' folder.
| |
BeginSendMessage(EwsItemId, EwsFolderId, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a message stored in exchange server.
| |
BeginSendMessage(MailMessage, EwsFolderId, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a mail message.
| |
BeginSendMessage(MimeMessage, EwsFolderId, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a MIME message.
| |
BeginSendMessage(String, String, EwsMessageBody, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a message composed from the arguments and stores it to the 'Sent Items' folder.
| |
BeginSendMessage(String, String, String, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a message composed from the arguments and stores it to the 'Sent Items' folder.
| |
BeginSendMessage(String, String, EwsMessageBody, EwsFolderId, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a message composed from the arguments.
| |
BeginSendMessage(String, String, String, EwsFolderId, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a message composed from the arguments.
| |
BeginSendMessage(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.
| |
BeginSendMessage(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.
| |
BeginSendMessage(String, String, String, EwsMessageBody, EwsFolderId, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a message composed from the arguments.
| |
BeginSendMessage(String, String, String, String, EwsFolderId, AsyncCallback, Object) |
Begins asynchronous SendMessage operation.
Sends a message composed from the arguments.
|