简体   繁体   中英

How to access Outlook Contact Data with PHP

I want to access MS Outlook application using PHP. I have a Outlook Contact Group Name. I need to get the owner of the Contact Group.

I looked for help on Google but i found some random stuff. Nothing useful.

Please help me with the basic how can i connect php to outlook?

You cannot access the Outlook Object Model or interact with a running instance of the Outlook UI from a web application. If you want access to Outlook data , then it depends on the account you want to access. The data for POP accounts are stored locally in .pst files, which you also cannot access from the web app. But if the Outlook data is in Exchange, use Exchange Web Services in your web app to access the data.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM