Recipients(Int32, Int32, String, String, String, String, String, String, String, String, String, String, DateTime) Constructor

Initializes a new instance of the Recipients class

Definition

Namespace: MbcsCentral.WinTrm
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Recipients(
	int recipient_Id,
	int list_Id,
	string first_name,
	string last_name,
	string email_address,
	string address_one,
	string address_two,
	string address_three,
	string city,
	string state,
	string zip,
	string phone,
	DateTime date_of_birth
)

Parameters

recipient_Id  Int32
 
list_Id  Int32
 
first_name  String
 
last_name  String
 
email_address  String
 
address_one  String
 
address_two  String
 
address_three  String
 
city  String
 
state  String
 
zip  String
 
phone  String
 
date_of_birth  DateTime
 

See Also