Hi,
I have more then 1000 file in .msg format. each file having pdf attachment. i wnat to extract the all attachment and save that in my harddisk.please give some idea how can i will do it.
Thanks in advance.
Loading
Hi,
I have more then 1000 file in .msg format. each file having pdf attachment. i wnat to extract the all attachment and save that in my harddisk.please give some idea how can i will do it.
Thanks in advance.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Leon DPosted Aug 26, 2020, 9:44 PM
Nipun TomarPosted Dec 17, 2013, 1:21 AM
http://stackoverflow.com/questions/20567357/how-to-extract-pdf-attachments-from-msg-file-in-c
Try the below code:
See the following link:-
http://www.codeproject.com/Articles/32899/Reading-an-Outlook-MSG-File-in-C
Thanks