Gets the addresses of others who are to receive the message, even tough the content of the message may not be directed at them ('CC', Carbon Copy header).

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

Syntax

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

See Also