Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm writing a Windows app that fetches price-/availability information from my companys different suppliers. Some of them distribute their information as XML or CSV from an URL which I can easily parse into my SQL database after fetching them with httpResponse/httpRequest.

Some of them however, send a file attachment once a day by email. Is there a fairly easy way that I can read this attachment from my C# application? We have our own Exchange server that sits in the same AD-domain as the application server where the app will run, but I don't know if that helps?

Regards
Erlend Neergaard
Posted

1 solution

I guess the easiest way to fetch these mails is using the Exchange Web Services (EWS)
These links might help you:
Exchange Web Services Managed API 1.2 SDK[^]
Getting attachments by using the EWS Managed API[^]
 
Share this answer
 
Comments
Erlend neergaard 29-Nov-11 18:08pm    
Cheers! I'll check out EWS.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900