Gets the addresses of others who are to receive this email message ('BCC', Blind Carbon Copy header), even tough the content of the message may not be directed at them.
In this collection you can find MailBox which represents single mailbox, or MailGroup which represents group of email addresses.
This collection can be modified. May be empty.
Bcc header is not rendered when RenderEml()()()() is used.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
IList<MailAddress> Bcc { get; } |
| Visual Basic |
|---|
ReadOnly Property Bcc As IList(Of MailAddress) Get |
| Visual C++ |
|---|
property IList<MailAddress^>^ Bcc { IList<MailAddress^>^ get (); } |