I'm writing an application that monitors an Exchange mailbox using EWS. It saves the attachments of the incoming mails to a network folder.
These files are then used by a 3d party application.
Now I've been asked if it is possible to not only save the attachments but the entire e-mail with attachments still included so it can be opened in Outlook. (no other mailclients need to be supported).
The Exchange server is Exchange 2010
and the application is being written in C#
Can this be done using EWS? Or is my only solution to use Interop.Outlook to create a .msg file?