Download .zip |
Info | View files (4) | Download .zip | Reputation | Support forum (4) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2002-09-27 (17 years ago) | 50% | Total: 4,439 | All time: 634 This week: 330 |
Version | License | Categories | ||||
coutlook 1.0 | BSD License | Email, Windows |
Description | Author | ||||||||
This class reads messages from the Inbox and Oubox of an Outlook local profile through CDO (Colaboration Data Objects). |
|
I have always been surprised from what PHP can do. Using COM objects shows new and best ways for PHP development. The folowing code, which is designed like Step by Step wizard, shows the access to Inbox and Outbox folders in your MS Outlook application. You should do the folowing: Check the system configuration and registry entires. System: OS: Windows 98/NT/2000/XP MS Outlook Registry: Start regedit.exe from Start Menu->Run ,check the HKEY_CLASSES_ROOT section for the folowing entires: Outlook.Application and MIME.Session (or MIME.Session1). If the MIME.Session is missing you shold do the folowing: 1. Search your computer for the file named cdo.dll if doesn't exists you must download it from the microsoft web site. 2. Move your cdo.dll in the system32 directory and register it with the regsvr32.exe (just drag the file and drop it over regsvr32.exe file). Make a file named index.php which have 2 frames In main frame you should put the 'comunread.php' file and in the bottom frame 'view.php' Then run the index.php! The class COutLook.php and all files need to be at the same path. Feel free to report any bugs or doubts. Ernani Joppert Pontes Martins Consultant and Developer São Paulo - Brazil E-mail: ernani@php.net |
Files |
File | Role | Description |
---|---|---|
comunread.php | Example | COM E-mail reader |
COutLook.php | Class | Main Class |
readme.txt | Doc. | The needs |
view.php | Example | The viewer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.