ImapMessageInfo.Bcc Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
Bcc
Gets the list of addresses of recipients that are not to be revealed to other recipients of the message.
Declaration
public MailAddressCollection Bcc { get; }
Property Value
| Type | Description | 
|---|---|
| MailAddressCollection | The list of recipients.  |