Class MailCredentials
Inheritance
MailCredentials
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class MailCredentials
Constructors
MailCredentials()
Declaration
MailCredentials(String, String, String, String, String, String)
Declaration
public MailCredentials(string type, string server, string username, string password, string comment, string publicValue)
Parameters
MailCredentials(String, String, String, String, String, String, Boolean)
Declaration
public MailCredentials(string type, string server, string username, string password, string comment, string publicValue, bool useSSL)
Parameters
Properties
Declaration
public string Comment { get; set; }
Property Value
Password
Declaration
public string Password { get; set; }
Property Value
PublicValue
Declaration
public string PublicValue { get; set; }
Property Value
Server
Declaration
public string Server { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Username
Declaration
public string Username { get; set; }
Property Value
UseSSL
Declaration
public bool UseSSL { get; set; }
Property Value