Handle a message about to be sent
[Visual Basic] Public Event LogSmtpWrite As LogHandler [C#] public event LogHandler LogSmtpWrite; [C++] public: __event LogHandler* LogSmtpWrite;
[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.