Click or drag to resize
MimeKit

MimeMessageResentFrom Property

Get the list of addresses in the Resent-From header.

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

Property Value

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

The "Resent-From" header specifies the author(s) of the messagebeing resent.

If more than one MailboxAddress is added to the list of "Resent-From" addresses, the ResentSender should be set to the single MailboxAddress of the personal actually sending the message.

See Also