MailMessage.CreateReadReceipt
MailMessage.CreateReadReceipt method
Creates the read receipt.
public MailMessage CreateReadReceipt(string from, string bodyText)
Parameter | Type | Description |
---|---|---|
from | String | String that represents the sender address. |
bodyText | String | The message body text. The default message body text will be applied if this parameter is null or empty. |
Return Value
A newly created MailMessage
that represents the read receipt.
See Also
- class MailMessage
- namespace Aspose.Email
- assembly Aspose.Email