Closed GoogleCodeExporter closed 8 years ago
I find it odd that I haven't run into this issue before. I will verify that
this is
all that is required and take care of it this weekend.
Original comment by JamesIArmes@gmail.com
on 23 Apr 2010 at 11:50
Ah, this fix may work with the ExchangeImpersonation, however i'm unsure, how
to
impliment this on NTLMSoapClient_Exchange , any thoughts
Original comment by gore...@gmail.com
on 6 Jun 2010 at 5:37
Hi, I've attached a patch that fixes this issue (we were affected as well.)
Original comment by jon.klos...@gmail.com
on 30 Aug 2011 at 4:58
Attachments:
forgot to mention, to use the new code you need to specify the new optional
exchange server version parameter to the ExchangewWebServices constructor, like
so:
$ews = new ExchangeWebServices('server', 'username', 'password',
EWSType_ExchangeVersionType::Exchange2007_SP1);
Original comment by jon.klos...@gmail.com
on 30 Aug 2011 at 5:00
This has been merged into the master branch. I made some changes to your patch,
the biggest change being that I added the constants directly to the
ExchangeWebServices class rather than adding a new class. I have also added you
to the contributors file, thank you for your contribution.
Original comment by JamesIArmes@gmail.com
on 30 Sep 2011 at 2:52
This issue has been moved to GitHub
https://github.com/jamesiarmes/php-ews/issues/3
Original comment by JamesIArmes@gmail.com
on 14 Feb 2012 at 2:10
Original issue reported on code.google.com by
kristof.coomans
on 23 Apr 2010 at 10:13