MbcsMailsetMessage(String, String, String, String, String, Boolean) Method
''' Creates an Email.NET SmtpMessage object and sets referenced fields
Namespace: MbcsMailAssembly: MbcsMail (in MbcsMail.dll) Version: 1.0.0.1 (1.0.0.1)
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)"]