I have a pre-delivery agent that runs and removes attachments in the $FILEs if they are of certain types. With their removal, I was wanting to notify the receipiant that the attachment had been stripped within the body of the email. I can easily do this with emails whose bodies are Rich Text but with the MIME formated emails, this is not as easy. Also, if it is MIME, I do not want the MIME to CD conversion to take place in case there are embedded images or html in the body.
Any suggestions? All I really want to be able to do is append some comments to the end of the MIME body. I looked all through the new MIMEEntity class but did not see it.
Thanks in advance,
Courtney