Messages that contain the specified string in the envelope structure's BCC field.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string Bcc { get; set; }
Visual Basic
Public Property Bcc As String
	Get
	Set
Visual C++
public:
property String^ Bcc {
	String^ get ();
	void set (String^ value);
}

See Also