bourne86
bourne86

Reputation: 11

Convert pst file to msg files

I am trying to write a program that will take msg files and extract data fields from the msg files such as to, cc, bcc, subject, date/time sent etc. Using the Python library extract_msg I have successfully done this.

What I now need to do is add the functionality to extract individual emails from PST files at bulk into individual MSG files.

I've looked around for a python library that will easily achieve this but I am struggling to find anything. Does anyone have any good suggestions on how I might do this?

Upvotes: 0

Views: 1195

Answers (1)

ajay kumar
ajay kumar

Reputation: 1

What I now need to do is add the functionality to extract individual emails from PST files at bulk into individual MSG files.

Upvotes: 0

Related Questions