Accounts(String, Int32, Int32, String, String, String, String, String, String, String, String, Int32, Boolean, String, Int32, Int64) Constructor

Initializes a new instance of the Accounts class

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Accounts(
	string login,
	int accountType,
	int permissions,
	string password,
	string firstName,
	string lastName,
	string phone,
	string mobilePhone,
	string email,
	string sms,
	string ip,
	int port,
	bool useOutlook,
	string outlookFolders,
	int parent,
	long clientId
)

Parameters

login  String
 
accountType  Int32
 
permissions  Int32
 
password  String
 
firstName  String
 
lastName  String
 
phone  String
 
mobilePhone  String
 
email  String
 
sms  String
 
ip  String
 
port  Int32
 
useOutlook  Boolean
 
outlookFolders  String
 
parent  Int32
 
clientId  Int64
 

See Also