LumiSoft Mail Server User API
UseSmartHost Property
Namespaces > LumiSoft.MailServer.API.UserAPI > Relay_Settings > UseSmartHost
Gets or sets if relay send emails thorugh smart host or directly using dns.
Syntax
C#Visual BasicManaged C++
public bool UseSmartHost { get; set; }
Public Property UseSmartHost As Boolean
public:
bool UseSmartHost {
	bool get ();
	void set (bool value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)