SmtpSend.AddMessage
AddMessage(string, string, string, string)
Add a message to send.
public SmtpSend AddMessage(string from, string recipients, string subject, string body)
Parameter | Type | Description |
---|---|---|
from | String | A String that contains the address of message sender. |
recipients | String | A String that contains the address of recipients. |
subject | String | A subject of message. |
body | String | A body of message. |
See Also
- class SmtpSend
- namespace Aspose.Email.Clients.Smtp.Models
- assembly Aspose.Email
AddMessage(MailMessage)
Add a message to send.
public SmtpSend AddMessage(MailMessage message)
Parameter | Type | Description |
---|---|---|
message | MailMessage | The message to send. |
See Also
- class MailMessage
- class SmtpSend
- namespace Aspose.Email.Clients.Smtp.Models
- assembly Aspose.Email