EmailMessage(String, String, String, String, DateTime, String, String) Constructor

Initializes a new instance of the EmailMessage class

Definition

Namespace: MbcsCentral.WinTrm
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public EmailMessage(
	string toAddr,
	string fromAddr,
	string bcc,
	string subject,
	DateTime receiveDate,
	string filename,
	string uid = ""
)

Parameters

toAddr  String
 
fromAddr  String
 
bcc  String
 
subject  String
 
receiveDate  DateTime
 
filename  String
 
uid  String  (Optional)
 

See Also