| EnvelopeReplyTo Property |
Gets the address(es) that replies should be sent to.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public InternetAddressList ReplyTo { get; }
Property Value
InternetAddressListThe 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