MailMessage.ReplyTo Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9448)
ReplyTo
Gets or sets the list of addresses that should receive replies to this message.
Declaration
public MailAddressCollection ReplyTo { get; set; }
Property Value
| Type | Description |
|---|---|
| MailAddressCollection | The list of addresses that should receive replies. |