Invoke Outlook forward event from C#

Jun 20 2012 4:19 PM
Hi,

I'm working on automating outlook's forward event using C#.net. I'm creating a console program and the exe will be scheduled to run at certain frequency. When the exe runs, it will login in to specific user account and check MailItems in the inbox. 

I want to forward specific mails to specific mail addresses. I tried creating a new mail with the contents, subject and attachments of the existing mailItem and then using 'send' to send to specific user. but doesn't work and gives error similar to 'mail bounced notice'

Does anybody has any idea about how to invoke 'forward' event of outlook while working in console program of c#?

Minakshi.




Answers (2)