EnvelopeBcc Property
Gets EmailAddressCollection object representing "BCC:" recipients of the message.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public EmailAddressCollection Bcc { get; }

Property Value

Type: EmailAddressCollection
A reference to EmailAddressCollection object representing "BCC:" recipients of the message.
Remarks
In most cases, this property will return empty EmailAddressCollection object (or a null reference if SafeMode is false) because BCC information is usually stripped away from mail messages when they are sent.
See Also