Send
Contents
[
Hide
]Send (1 of 3)
Sends the specified message.
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
Send(System::SharedPtr < MailMessage > message)
| Parameter | Description |
|---|---|
| message | The message. |
Send (2 of 3)
Sends the message.
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
Send(System::SharedPtr < MailMessage > message, System::SharedPtr < Mapi::FollowUpOptions > messageOptions)
| Parameter | Description |
|---|---|
| message | The MailMessage to be sent. |
| messageOptions | The FollowUpOptions that represents additional options for using follow-up flags and voting buttons. |
Send (3 of 3)
Sends the specified message
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
Send(System::String from, System::String to, System::String subject, System::String body)
| Parameter | Description |
|---|---|
| from | From address |
| to | To address |
| subject | The subject of message |
| body | The body of message |