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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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