Jump to content

How to read .pst files using PHP


balasun

Recommended Posts

Hello,

 

I need to read .pst files in the system for to get the Email address from outlook contacts..

 

  When i use fopen for that.. The contents which has some special characters and not readable in browser.

 

How it is possible?

 

Pls help me if u knows anything about these..

 

Thanks,

Link to comment
https://forums.phpfreaks.com/topic/152802-how-to-read-pst-files-using-php/
Share on other sites

.pst is an outlook file and is probably compiled to not be viewed in plain text. You would need a converter of some sort installed on the system to convert it to plain text.

 

As far as is this "do-able" in PHP, yes, if you have access to exec functions and have a 3rd party app installed on the machine that allows you to use command line to convert the file.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.