Questions tagged [php-ews]

PHP Exchange Web Services

The PHP Exchange Web Services library (php-ews) is intended to make communication with Microsoft Exchange servers using Exchange Web Services easier.

It handles the authentication required to use the services and provides an object-oriented interface to the complex types required to form a request.

96 questions
0
votes
1 answer

Symfony2 sending e-mails using an exchange server

I am new to Symfony and I managed to create a simple Symfony2.3.5 app that is supposed to send (Only send) automated e-mails through a Microsoft Exchange Server 2007, I have a user and a password; a normal e-mail user, and I can use this user to…
Abel
  • 538
  • 5
  • 8
  • 28
0
votes
1 answer

php-ews how to search calender event by Calender Subject

I am using https://github.com/jamesiarmes/php-ews for connecting php to exchange server so far no problem using the code below . i can connect to specific user mail box and can retrieve all his calender events . right now its pulling all the events…
0
votes
1 answer

PHP-EWS No Data Received Message

I just downloaded PHP-EWS, installed following the README instructions, and spun up a script to test out its functionalities. When I try running the script in my browser, I get the following message: I get the same message when I supply a login I…
Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248
-1
votes
1 answer

php ews connection to Exchange 2010

I downloaded the PHP ews database from https://github.com/jamesiarmes/php-ews. Autoloader: function __autoload ($className){ preg_match ("/^(([a-zA-Z]{5})_)?(.+)$/",$className,&$treffer); # die ersten 5 Stellen=Verzeichnisname, Weitere…
-1
votes
1 answer

EWS address mail in php

I am using EWS PHP , how to get the email of sender? I tried this but I got no response. $item->Organizer->Mailbox->MailAdresse
-1
votes
1 answer

use php-ews with laravel

I'm looking for a way for my laravel 4.1 app to integrate with an exchange server. I found this script https://github.com/jamesiarmes/php-ews which seems to fit what I need. However I don't now how to integrate it into my laravel app. I've copied…
Ray
  • 3,018
  • 8
  • 50
  • 91
1 2 3 4 5 6
7