Extract Email Attachments from Outlook (exchange server) using C#
Posted
by ChokkaMedex
on Stack Overflow
See other posts from Stack Overflow
or by ChokkaMedex
Published on 2009-08-07T18:48:19Z
Indexed on
2010/04/07
13:03 UTC
Read the original article
Hit count: 459
Extract Email Attachments from Outlook (exchange server) using C#
I need to run a script or Service - Which can automatically deduct the attachment file from a Specific Email Id ( [email protected]).
Attachment file will be .zip format.
I need to Unzip this file.. I need to do this task completely in an automated format.
On an average, I will receive only one email in a week.
I need to write the program in C#.Net...!
Kindly help me by sharing your logics ... Many thanks in advance..!
© Stack Overflow or respective owner