Click or drag to resize

MailBuilderReplyTo Property

Gets email address(es) to which the author of this email message suggests that replies be sent ('Reply-to' header). You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public IList<MailAddress> ReplyTo { get; }

Property Value

IListMailAddress
See Also