Gets a reference to the collection of BCC e-mail addresses.
Namespace: MailBee.EwsMailAssembly: 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 the collection of BCC e-mail addresses, or a null reference (
Nothing in Visual Basic) if not available.
Remarks This property is set if the list of recipients (
MailMessageRecipients) has been loaded for the given message
and at least one BCC recipient is present in the message. However, BCC recipients are usually not available
for incoming messages because BCC header is usually stripped out of an e-mail by mail clients during submitting it to the SMTP server.
See Also