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
Remarks
      
        Missing <remarks> documentation for M:log4net.Appender.SmtpAppender.SendEmail(System.String)
      
      See Also
      
        SmtpAppender Class | log4net.Appender Namespace