LumiSoft Mail Server User API
SmtpErrorText Property
Namespaces > LumiSoft.MailServer.API.UserAPI > GlobalMessageRuleAction_SendError > SmtpErrorText
Gets or sets SMTP error text to return connected client.
Syntax
C#Visual BasicManaged C++
public string SmtpErrorText { get; set; }
Public Property SmtpErrorText As String
public:
String^ SmtpErrorText {
	String^ get ();
	void set (String^ value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)