This is probably one for SourceCode, but I noticed that the Mail Event
was keeping file attachments locked after the Process had run. I
drilled down into the code behind for the XOML and saw that the
MailMessage object wasn't being disaposed of after the SMTPClient does
the send. Check Jonathan Allen's comment in the MSDN ref for ...