Click or drag to resize

RequestLogMonitorSendMail Method

Send the alert email.

Namespace:  NetQuarry.Core.ScheduledTasks
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void SendMail(
	string bodyHtml,
	int errorCount
)

Parameters

bodyHtml
Type: SystemString
The email body HTML.
errorCount
Type: SystemInt32
The number of errors detected in the log.
See Also