Lib: Garethp/php-ews
MS Exchange version: 2016
I have two mailboxes under the same login.
Authorization:
$ews = API::fromUsernameAndPassword('example.com', '[email protected]', 'some_pass');
I can reach all the folders from mail1
, but don't know how to reach mail2
content.
Is there any way I can access those two different mailboxes associated to the same MS exchange user?
There was similar issue on GitHub, but different lib (jamesiarmes/php-ews): https://github.com/jamesiarmes/php-ews/issues/404
Any ideas?