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

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