
June 22nd, 2003, 07:48 AM
|
|
|
|
Join Date: Apr 2007
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
access Outlook Contact Data with PHP
hello!
i need a possibility to get Outlook data...
Is there another possibility next to COM?
my example:
php Code:
Original
- php Code |
|
|
|
$outlook = new COM("Outlook.Application") or die("Unable to instantiate Outlook"); $namespace = $outlook->GetNameSpace("MAPI"); $contacts = $namespace->GetDefaultFolder(10);
but this does not work - I don't can manage to get this MAPI.Session folder in my registry...
has anyone another idea???
thx for help!
steven
|