LumiSoft Mail Server User API
AuthenticationType Property
Namespaces > LumiSoft.MailServer.API.UserAPI > Auth_Settings > AuthenticationType
Gets or sets authentication type.
Syntax
C#Visual BasicManaged C++
public ServerAuthenticationType_enum AuthenticationType { get; set; }
Public Property AuthenticationType As ServerAuthenticationType_enum
public:
ServerAuthenticationType_enum AuthenticationType {
	ServerAuthenticationType_enum get ();
	void set (ServerAuthenticationType_enum value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)