Details
php-Outlook-Web-Access
Licence = OSL 3.0
http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
php-Outlook-Web-Access is not more supported for free because it is a very old proof of concept with a lot of warnings and bad programming practices
Example:
1) Set parameters in exchange_config.php
2) Create and run a PHP file with this code:
<?php
require_once dirname(__FILE__)."/exchange.php";
$exch = new Exchange(_EXCHSERVER_, _EXCHMAIL_, _EXCHUSER_, _EXCHPASSWORD_);
$exch->email->getMails(10);
foreach ($exch->email->emails as $email)
{
print_r($email);
}
Outlook PHP Class
contact me at : info [at] uebix.com
|
Name: |
PHP Outlook Web Access |
Base name: |
php-owa |
Description: |
Access Microsoft Exchange Web services via OWA API |
Version: |
0.13 |
PHP version: |
4.0 |
License: |
GNU General Public License (GPL) |
All time users: |
2279 users |
All time rank: |
1711 |
Week users: |
0 users |
Week rank: |
105  |
|
|
 June 2013
Winner
Prize: One copy of the Zend Studio |
Outlook Web Access is a part of Microsoft Exchange that can provide access to the information and services provided by Exchange via the Web.
This class provides means to access email and calendar information for a given user with the Exchange Web API.
Manuel Lemos |
Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
All time: |
Bad (8%) |
Bad (8%) |
- |
- |
- |
- |
Bad (5%) |
3438 |
Month: |
Not yet rated by the users |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
|
Files |
|