Link to home
Start Free TrialLog in
Avatar of RadhaKrishnaKiJaya
RadhaKrishnaKiJaya

asked on

Parse Inbox mails in outlook

Hello Experts,
I have been assigned a project to read and convert outlook mail to a flat file.  After that delete it from Inbox.  I need to do that in .NET and C# under Visual Studio environment.  Please let me know if there is a way to do that.  Thank you very much in advance.

Thank you!
Avatar of NinjaStyle82
NinjaStyle82
Flag of United States of America image

You will probably need to use EWS API and use impersonation on each mailbox, which will need to be configured on the exchange server.

https://msdn.microsoft.com/en-us/library/office/dn567668(v=exchg.150).aspx
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RadhaKrishnaKiJaya
RadhaKrishnaKiJaya

ASKER

Hi Éric Moreau,
Thank you!  The first link you provided, I am getting warning message "harmful/dangerous etc." .  The 2nd link is too complicated.  Do you have any video link to any of the above, how they work?

Thank you!
I swear the first link is nothing bad.

These are 2 companies offering products which I have used in the past to connect my .Net applications to Exchange or GMail mailboxes. Both companies are providing examples with their downloads.
This fixed my issue.  Than you Eric.