Click or drag to resize

IEmailerSendMsg Method (String, String, String, String, String, String)

Sends an email Message.

Namespace:  Koden.Utils.Interfaces
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
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 text (or html).
attachments (Optional)
Type: SystemString
Any attachments.
See Also