Click or drag to resize

EmailerSendETLMsg Method

Sends Email with file attachment, can send log as well.

Namespace:  Koden.Utils.Emailer
Assembly:  Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntax
public void SendETLMsg(
	string subject,
	string body,
	string[] attachments,
	EmailMsgType msgType = EmailMsgType.ETLSuccess,
	Exception ex = null
)

Parameters

subject
Type: SystemString
The subject.
body
Type: SystemString
The Message body.
attachments
Type: SystemString
The attachments.
msgType (Optional)
Type: Koden.Utils.ModelsEmailMsgType
Type of the message to send.
ex (Optional)
Type: SystemException
The exception to parseif avail.

Implements

IEmailerSendETLMsg(String, String, String, EmailMsgType, Exception)
See Also