Helper Library for sending emails

MbcsMailsetMessage(String, String, String, String, String, Boolean) Method

''' Creates an Email.NET SmtpMessage object and sets referenced fields

Definition

Namespace: MbcsMail
Assembly: MbcsMail (in MbcsMail.dll) Version: 1.0.0.1 (1.0.0.1)
C#
public void setMessage(
	string fromAddr,
	string toAddr,
	string name,
	string subject,
	string body,
	bool useBCC = false
)

Parameters

fromAddr  String
From email address
toAddr  String
First To email address
name  String
Name for To address
subject  String
Subject of message
body  String
Message contents
useBCC  Boolean  (Optional)

[Missing <param name="useBCC"/> documentation for "M:MbcsMail.MbcsMail.setMessage(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

See Also