Click or drag to resize
MimeKit

MimeMessageBcc Property

Get the list of addresses in the Bcc header.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public 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