Click or drag to resize

IEmailerSendDebugMsg Method

Sends the debug Message.

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