 | MimeMessageResentCc Property |
Get the list of addresses in the Resent-Cc header.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic InternetAddressList ResentCc { get; }
Property Value
Type:
InternetAddressListThe list of addresses in the Resent-Cc header.
Remarks
The addresses in the Resent-Cc header are secondary recipients of the message
and are usually not the individuals being directly addressed in the
content of the message.
See Also