IEWSClient.Send
Contents
[
Hide
]Send(MailMessage)
Sends the specified message.
public void Send(MailMessage message)
| Parameter | Type | Description |
|---|---|---|
| message | MailMessage | The message. |
See Also
- class MailMessage
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
Send(string, string, string, string)
Sends the specified message
public void Send(string from, string to, string subject, string body)
| Parameter | Type | Description |
|---|---|---|
| from | String | From address |
| to | String | To address |
| subject | String | The subject of message |
| body | String | The body of message |
See Also
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
Send(MailMessage, FollowUpOptions)
Sends the message.
public void Send(MailMessage message, FollowUpOptions messageOptions)
| Parameter | Type | Description |
|---|---|---|
| message | MailMessage | The MailMessage to be sent. |
| messageOptions | FollowUpOptions | The FollowUpOptions that represents additional options for using follow-up flags and voting buttons. |
See Also
- class MailMessage
- class FollowUpOptions
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email