| IMimeMessageResentTo Property |
Get the list of addresses in the Resent-To header.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax InternetAddressList ResentTo { get; }
Property Value
InternetAddressListThe list of addresses in the Resent-To header.
Remarks
The addresses in the Resent-To header are the primary recipients of
the message.
See Also