LumiSoft Mail Server User API
RequireAuthentication Property
Namespaces > LumiSoft.MailServer.API.UserAPI > SMTP_Settings > RequireAuthentication
Gets or sets if server requires authentication for all incoming connections. If this value is true, that means smtp server isn't accessible to public.
Syntax
C#Visual BasicManaged C++
public bool RequireAuthentication { get; set; }
Public Property RequireAuthentication As Boolean
public:
bool RequireAuthentication {
	bool get ();
	void set (bool value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)