 | MimeMessageBcc Property |
Get the list of addresses in the Bcc header.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 2.10.0
Syntaxpublic InternetAddressList Bcc { get; }
Property Value
Type:
InternetAddressListThe list of addresses in the Bcc header.
Remarks
Recipients in the Blind-Carpbon-Copy list will not be visible to
the other recipients of the message.
See Also