Outlook 2007 add-ons to filter attachments according to recipients
My question is that I need to send attached mail to domain users and other users. Domain users will receive a .lnk file attachment, where non-users will receive a physical file.
Now what I am doing is capturing the sending of an Outlook event and internally split mail in two parts for the domain users, which I packed the .lnk file and attached it and sent to the user. Where, as for non-users, I connected the physical file and sent it to the user. But this is all done by sending two emails internally, so I cannot maintain CC, BCC information. I need to do this in one mail. This way, Outlook add-ons can filter attachments according to recipients.
I don't think you can do this from a perspective level. I would be more inclined to do this at the smtp exchange level, calling the shell.
Edit:
http://msdn.microsoft.com/en-us/library/aa579185.aspx http://msexchangeteam.com/archive/2006/12/04/431755.aspx http://www.msexchange.org/articles_tutorials/ exchange-server-2007 / planning-architecture / understanding-transport-agents-part1.html
a source to share