 | MimeMessageResentSender Property |
Get or set the address in the Resent-Sender header.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 2.10.0
Syntaxpublic MailboxAddress ResentSender { get; set; }
Property Value
Type:
MailboxAddressThe address in the Resent-Sender header.
Remarks
The resent sender may differ from the addresses in
ResentFrom if
the message was sent by someone on behalf of someone else.
See Also