First you will need to add the files to your machine see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/html/_cdosys_enabling_or_disabling_a_binding.asp for more information.... First create a sample .vbs file or it won't work..here is one cscript smtpreg.vbs /add 1 OnArrival SmtpScriptingHost cdo.ss_smtpOnArrivalsink "mail from=*" cscript smtpreg.vbs /setprop 1 OnArrival SmtpScriptingHost sink scriptname "c:\event sink\smtp.vbs" cscript smtpreg.vbs /setprop 1 onarrival SmtpScriptingHost Source priority "300" cscript smtpreg.vbs /enable 1 OnArrival SmtpScriptingHost Now all mail entering and leaving using smtp will be montiored and you can perform what ever you like You can only look at the body of non-TNEF e-mails....so don't try to look at the body of the messages It will not all mail.