Click or drag to resize
MimeKit

MimeMessageResentTo Property

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

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

Property Value

InternetAddressList
The 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