UtilsSendEmailAsync Method

Definition

Namespace: MbcsCentral.Email
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static ArrayList SendEmailAsync(
	out Task task,
	SmtpConfig smtp,
	string fromEmail,
	string fromDisplayName,
	string toEmail,
	string subject,
	string body,
	string BCC,
	string attachment = null,
	bool keepAttachment = true,
	bool returnReceipt = false
)

Parameters

task  Task
 
smtp  SmtpConfig
 
fromEmail  String
 
fromDisplayName  String
 
toEmail  String
 
subject  String
 
body  String
 
BCC  String
 
attachment  String  (Optional)
 
keepAttachment  Boolean  (Optional)
 
returnReceipt  Boolean  (Optional)
 

Return Value

ArrayList

See Also