UtilsSendEmail Method

Definition

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

Parameters

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

Return Value

ArrayList

See Also