Click or drag to resize
MimeKit

MimeMessageResentBcc Property

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

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

Property Value

InternetAddressList
The list of addresses in the Resent-Bcc header.
Remarks
Recipients in the Resent-Bcc list will not be visible to the other recipients of the message.
See Also