MimeMessage.Bcc Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9448)
Bcc
Gets or sets the list of addresses of recipients that are not to be revealed to other recipients of the message.
Declaration
public MailAddressCollection Bcc { get; set; }
Property Value
| Type | Description |
|---|---|
| MailAddressCollection | The list of recipients. |