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

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

Syntax

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

See Also