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

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