Click or drag to resize

IEmailerSendETLMsg Method

Sends the etl MSG.

Namespace:  Koden.Utils.Interfaces
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
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 body.
attachments
Type: SystemString
The attachments.
msgType (Optional)
Type: Koden.Utils.ModelsEmailMsgType
Type of the Message.
ex (Optional)
Type: SystemException
Any Exception information found.
See Also