| EnvelopeBcc Property |
Gets the list of addresses that the message was blind-carbon-copied to.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public InternetAddressList Bcc { get; }
Property Value
InternetAddressListThe address(es) that the message was carbon-copied to.
Remarks
Gets the list of addresses that the message was blind-carbon-copied to.
See Also