log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
SmtpAppender.SendEmail Method
Send the email message
[Visual Basic]
Overridable Protected Sub SendEmail( _
ByVal
messageBody As
String _
)
[C#]
protected virtual
void SendEmail(
string messageBody);
Parameters
-
messageBody
- the body text to include in the mail
See Also
SmtpAppender Class | log4net.Appender Namespace