Click or drag to resize
MimeKit

EnvelopeReplyTo Property

Gets the address(es) that replies should be sent to.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public InternetAddressList ReplyTo { get; }

Property Value

InternetAddressList
The address(es) that replies should be sent to.
Remarks
The senders of the message may prefer that replies are sent somewhere other than the address they used to send the message.
See Also