2

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.

BugFinder
  • 17,474
  • 4
  • 36
  • 51
user1194310
  • 129
  • 1
  • 4
  • 14

1 Answers1

1

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.

Community
  • 1
  • 1
SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173