Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic EmailAddressCollection Bcc { get; }
Public ReadOnly Property Bcc As EmailAddressCollection
Get
Property Value
Type:
EmailAddressCollectionA reference to
EmailAddressCollection object representing "BCC:" recipients of the message.
RemarksIn 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