SmtpConfig(Int32, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String, String, String, String, String, String, String, Int32, String) Constructor

Initializes a new instance of the SmtpConfig class

Definition

Namespace: MbcsCentral.Email
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public SmtpConfig(
	int ID,
	int port,
	int authentication,
	int in_port,
	int in_authentication,
	bool SSL,
	bool TSL,
	bool in_SSL,
	bool in_TSL,
	bool defaultAccount,
	string MailTag,
	string description,
	string emailAddress,
	string userName,
	string password,
	string server,
	string in_userName,
	string in_password,
	string in_server,
	int accountId = -1,
	string displayName = ""
)

Parameters

ID  Int32
 
port  Int32
 
authentication  Int32
 
in_port  Int32
 
in_authentication  Int32
 
SSL  Boolean
 
TSL  Boolean
 
in_SSL  Boolean
 
in_TSL  Boolean
 
defaultAccount  Boolean
 
MailTag  String
 
description  String
 
emailAddress  String
 
userName  String
 
password  String
 
server  String
 
in_userName  String
 
in_password  String
 
in_server  String
 
accountId  Int32  (Optional)
 
displayName  String  (Optional)
 

See Also