微软交换版本: 2016
我在同一个登录下有两个邮箱。
mail1@example.com
mail2@example.com
授权:
$ews = API::fromUsernameAndPassword('example.com', 'mail1@example.com', 'some_pass');
我可以从 访问所有文件夹mail1
,但不知道如何访问mail2
内容。
有什么方法可以访问与同一个 MS 交换用户关联的这两个不同的邮箱?
GitHub上有类似的问题,但不同的lib(jamesiarmes/php-ews):https ://github.com/jamesiarmes/php-ews/issues/404
有任何想法吗?