LumiSoft Mail Server User API
WinDomain Property
Namespaces > LumiSoft.MailServer.API.UserAPI > Auth_Settings > WinDomain
Gets or set windows domain to against what to do authentication. This property is used only if ServerAuthenticationType_enum.Windows. Value "" means that local computer is used.
Syntax
C#Visual BasicManaged C++
public string WinDomain { get; set; }
Public Property WinDomain As String
public:
String^ WinDomain {
	String^ get ();
	void set (String^ value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)