Importing .eml files into Exchange Discovery Folder
Posted
by
Chad Gorshing
on Server Fault
See other posts from Server Fault
or by Chad Gorshing
Published on 2012-11-18T16:41:17Z
Indexed on
2012/11/18
17:03 UTC
Read the original article
Hit count: 304
exchange-2010
|discovery
I am needing to import over 18mm eml files into Exchange (this is for a client, so I'm restricted on what I can do - flexibility). They do not want these emails to go to the actual users email, so they do not want them to show up in the users inbox, deleted ..etc. They want to be able to search for these emails for litigation purposes ... hence the discovery folder.
I have looked into the Pickup folder, which does not do what I want. I have also been writing some C# code to use the EWS (Exchange Web Service) Managed API, but so far I have not found anything to work for me.
The Exchange server is 2010 SP1.
I have looked through other questions/answers and they do not really match up with what I'm needing to accomplish. These are older emails that have already been removed from the users mailbox. So to turn around and put these emails into the Users inbox would (of course) be very bad.
© Server Fault or respective owner