Outlook 2007 addins for filtering attachments accordingly to recipients.

Posted by Susanta on Stack Overflow See other posts from Stack Overflow or by Susanta
Published on 2009-05-20T14:58:02Z Indexed on 2010/05/17 2:40 UTC
Read the original article Hit count: 268

Filed under:
|
|

My question is that I need to send attached mail to domain users and non domain users. Domain users will receive .lnk of the attached file where as non domain users will receive physical file.

Now I am doing by capturing send event of outlook and internally divided mail in two parts for domain users I crated .lnk of the file and attached it and sent to user. Where as for non domain users i attached the physical file and sent to the user. But these things are done by sending two mails internally so I am not able to maintain CC, BCC information. I need to do these things in one mail. So it is possible in outlook addins to filter attachments accordingly to recipients.

© Stack Overflow or respective owner

Related posts about c#

Related posts about outlook