we are switching from Lotus notes to Outlook 2013 and I'm working on a POC to connect to the Microsoft Exchange. I'm confused on which API to use to connect. Requirement:Basically I need to write Java Application to read inbox and get attachments and move the email to a different folder and in that folder I have to delete emails that are n days old.
- Is EWS microsoft recommended? do we have support for bugs, updates etc
- Can JavaMail Api be used to connect to Microsoft Exchange server.?
- Can this(Requirement) be done thru reading the local .OST file, if yes how to read and can I move emails to different folder in .OST file.
Any help or suggestions on which API or method will be good in long run.