 | 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.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
IListMailAddress
See Also