MailMessage.Bcc Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
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. |