Application Development and Automation 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: 
Read only

Parse Outlook msg files in ABAP

Former Member
0 Likes
955

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.

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
Read only

TusharShinde
Active Participant
0 Likes
744

Hi Mike,

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

Read only

0 Likes
744

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.

Read only

0 Likes
744

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