LumiSoft Mail Server User API
From Property
Namespaces > LumiSoft.MailServer.API.UserAPI > UserMessageRuleAction_AutoResponse > From
Gets or sets MAIL FROM: what is reported to destination SMTP server when auto response is sent.
Syntax
C#Visual BasicManaged C++
public string From { get; set; }
Public Property From As String
public:
String^ From {
	String^ get ();
	void set (String^ value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)