Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Parse Outlook msg files in ABAP

Former Member
0 Kudos

Hi,

I'm looking for a way to parse Outlook MSG-Files in ABAP. E.g. to extract the subject line of a message. In my scenario the files are stored in DMS and have to be processed within a background job. Right now i had no luck in converting the binary data of this file format. Any help is welcome.

3 REPLIES 3

TusharShinde
Active Participant
0 Kudos

Hi Mike,

Any luck in parsing MSG file to fetch any required details.

0 Kudos

Hi,

no. I haven't found a way to parse msg files. As far as I know this isn't possible with abap toolset alone.

0 Kudos

It is possible to write ABAP code to extract subject lines using .MSG File Format details.