Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public EmailAddressCollection Bcc { get; }
Public ReadOnly Property Bcc As EmailAddressCollection
Get
Property Value
Type:
EmailAddressCollectionA 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