SmtpAppenderSendEmail Method Apache log4net™ SDK Documentation
Send the email message

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected virtual void SendEmail(
	string messageBody
)

Parameters

messageBody
Type: SystemString
the body text to include in the mail
See Also

Reference