Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Communicating with MS Outlook

Status
Not open for further replies.

webdev007

Programmer
Sep 9, 2005
168
Is there a way using PHP to communicate with MS OUTLOOK?
And trigger the export of some email fields such as email and EmailAsItAppears in a CSV
If not what could be the language to achieve this?
Further whatever the chosen language it needs to be able to allow PHP grabbing that CSV
 
VB and VBA is easiest for manipulation of outlook.

but you could probably do it with php using COM as an intermediator. wouldn't want to, though...

better to open up imap on the exchange server and have php query the account directly.
 
Thank you,
Sorry I was not precise enough
this need to be client side
then will feed a server side MySQL DB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top