Gets or sets the list of addresses of recipients that are not to be revealed to other recipients of the message.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Property Bcc As MailAddressCollection Get Set |
| C# |
|---|
public MailAddressCollection Bcc { get; set; } |