Click or drag to resize
MimeKit

MimeMessageResentReplyTo Property

Get the list of addresses in the Resent-Reply-To header.

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

Property Value

InternetAddressList
The list of addresses in the Resent-Reply-To header.
Remarks

When the list of addresses in the Resent-Reply-To header is not empty, it contains the address(es) where the author(s) of the resent message prefer that replies be sent.

When the list of addresses in the Resent-Reply-To header is empty, replies should be sent to the mailbox(es) specified in the Resent-From header.

See Also