| MailBuilderBcc Property |
Gets the address(es) 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.
You can use
MailBox to represent single mailbox, or
MailGroup to represent group of email addresses.
BCC header is not rendered when
Render method is used, however it is rendered when message is saved using
Save(String) method.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public IList<MailAddress> Bcc { get; }
Public ReadOnly Property Bcc As IList(Of MailAddress)
Get
public:
property IList<MailAddress^>^ Bcc {
IList<MailAddress^>^ get ();
}
member Bcc : IList<MailAddress> with get
Property Value
Type:
IListMailAddressSee Also