LumiSoft Mail Server User API
LogSMTP Property
Namespaces > LumiSoft.MailServer.API.UserAPI > Logging_Settings > LogSMTP
Gets or sets if SMTP is logged.
Syntax
C#Visual BasicManaged C++
public bool LogSMTP { get; set; }
Public Property LogSMTP As Boolean
public:
bool LogSMTP {
	bool get ();
	void set (bool value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)