DotNetOpenMail 0.5.7 (beta)

SmtpServer.LogSmtpReceive Event

Handle a message received

[Visual Basic]
Public Event LogSmtpReceive As LogHandler 
[C#]
public event LogHandler LogSmtpReceive;
[C++]
public: __event LogHandler* LogSmtpReceive;

[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.

See Also

SmtpServer Class | DotNetOpenMail Namespace