MailBee.NET Objects 4.0

Envelope.Bcc Property

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

public MailBee.Mime.EmailAddressCollection Bcc {get;}

Property Value

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

Envelope Class | MailBee.ImapMail Namespace