How to retrieve Images from Outlook contacts(PST file) ?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
simjith
Forum Newbie
Posts: 4
Joined: Sat Nov 08, 2008 10:25 am

How to retrieve Images from Outlook contacts(PST file) ?

Post by simjith »

Hi all,

I am a newbie to PHP + MySQL.
Now I am on a project in which I have to import Outlook contacts(PST file) to MySQL database and must provide a web interface for the same similar to Outlook Contact interface. By now I had completed the project except the importing of profile images and attached images.

If anyone of you have any idea,regarding how to extract the profile images and attached images from Outlook contacts PST file to MySQL/access/excel or any thing else, please share your idea

Thanx in advance

Simjith
User avatar
andyhoneycutt
Forum Contributor
Posts: 468
Joined: Wed Aug 27, 2008 10:02 am
Location: Idaho Falls

Re: How to retrieve Images from Outlook contacts(PST file) ?

Post by andyhoneycutt »

Please don't crosspost/spam. So you have the functionality down to open the pst and extract information from it with the exception of getting the contact image from the pst?

-Andy
simjith
Forum Newbie
Posts: 4
Joined: Sat Nov 08, 2008 10:25 am

Re: How to retrieve Images from Outlook contacts(PST file) ?

Post by simjith »

Andy,

We can import PST file to outlook contacts, then from there, export it to access or excel or some compatible format with MySQL and after that import that compatible one to MySQL.

But the problem is we will not get the image,during this procedure

Simjith
Post Reply