Click or drag to resize

EmailerSendDebugMsg Method

Sends the debug.

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

Parameters

subject
Type: SystemString
The subject.
body
Type: SystemString
The body.
attachments
Type: SystemString
The attachment(s).
ex (Optional)
Type: SystemException
The ex.

Implements

IEmailerSendDebugMsg(String, String, String, Exception)
See Also