Retrieving emails from an exchange account... modify and resend
I would like to开发者_运维知识库 create a .NET app that will connect to an exchange account... iterate through the emails in the inbox... modify that email and then forward it.
How would I begin to go about this? My first thought was to write an app that manipulates Outlook but Outlook is really just an exchange UI ;-)
THanks
Have you taken a look into Exchange Web Services Managed API 1.1 SDK?
精彩评论