Click or drag to resize

EmailerSendMsg Method (String, String, String, String, String, String)

Sends the MSG.

Namespace:  Koden.Utils.Emailer
Assembly:  Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntax
public void SendMsg(
	string from,
	string to,
	string cc,
	string subject,
	string strBody,
	string[] attachments = null
)

Parameters

from
Type: SystemString
From.
to
Type: SystemString
To.
cc
Type: SystemString
The cc.
subject
Type: SystemString
The subject.
strBody
Type: SystemString
The body.
attachments (Optional)
Type: SystemString
The attachments.

Implements

IEmailerSendMsg(String, String, String, String, String, String)
See Also