MailMessage.CreateReadReceipt

MailMessage.CreateReadReceipt method

Creates the read receipt.

public MailMessage CreateReadReceipt(string from, string bodyText)
ParameterTypeDescription
fromStringString that represents the sender address.
bodyTextStringThe 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