We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version (e.g. 1.0, dev-master): PHP version: Microsoft Exchange version: 2016
Description of problem: i am using Exchange Impersonation to login, and use
$client->setImpersonation($email);
but when creating any request after login i get:
An internal server error occurred. The operation failed.
note: i just stop setImpersonation and use the basic login by using email/password directly it is working normally.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version (e.g. 1.0, dev-master):
PHP version:
Microsoft Exchange version: 2016
Description of problem:
i am using Exchange Impersonation to login, and use
but when creating any request after login i get:
An internal server error occurred. The operation failed.
note: i just stop setImpersonation and use the basic login by using email/password directly it is working normally.
The text was updated successfully, but these errors were encountered: