Gets the addresses of others who are to receive the message ('BCC', Blind Carbon Copy header), tough 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.12102.1426

Syntax

C#
public IList<MailAddress> Bcc { get; private set; }
Visual Basic
Public Property Bcc As IList(Of MailAddress)
	Get
	Private Set
Visual C++
public:
property IList<MailAddress^>^ Bcc {
	IList<MailAddress^>^ get ();
	private: void set (IList<MailAddress^>^ value);
}

See Also