SmtpAppender SendEmail Method Apache log4net™ SDK Documentation
Send the email message

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected virtual void SendEmail(
	string messageBody
)

Parameters

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