LumiSoft Mail Server User API
Cc Property
Namespaces > LumiSoft.Net.Mime > MimeEntity > Cc
Gets or sets header field "Cc:" value. Returns null if value isn't set.
Syntax
C#Visual BasicManaged C++
public AddressList Cc { get; set; }
Public Property Cc As AddressList
public:
AddressList^ Cc {
	AddressList^ get ();
	void set (AddressList^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)