Click or drag to resize
MimeKit

IMimeMessageBcc Property

Get the list of addresses in the Bcc header.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
InternetAddressList Bcc { get; }

Property Value

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