| EnvelopeBcc Property |
Gets the addresses of others who are to receive the message ('BCC', Blind Carbon Copy header),
though the content of the message may not be directed at them.
This collection can be modified.
May be empty.
Namespace:
Limilabs.Client.IMAP
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