简体   繁体   中英

Retrieving Email attachment from Outlook

I have a requirement, I am getting more bounced emails when i send some email newsletters to my clients and I am sending the email fron Outlook. Bounced email is coming from "Mail Delivery Subsystem" and it has some attachments. In that attachments, it is having my original mail. I want to extract that original email through java. I would like to know any feasible solution for this

Any help in this regard is much appreciated.

For Exchange Server 2007+ , you could use Microsoft Java EWS API or just talk directly to EWS . See related SO post .

You would have to use .NET to integrate directly with Outlook via VSTO .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM