You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering if there are any special requirements set on the Exchange server in order to have pyexchange to work?
By this I mean, if I were to modify the code to read resources, does the user need to have any special permissions? Or anyone part of the domain be able to access these resources? I see that the authentication is using NTLM, if we were to use Basic Auth to accommodate Office 365, does this mean the username should be a email id [email protected] rather than contoso.com\user ?
The text was updated successfully, but these errors were encountered:
For office 365 you need to use basic authorization. There is a pull request supporting this -> the default version of this lib wont work (at least in my experience). Its designed for NTLM only.
Hi,
I am wondering if there are any special requirements set on the Exchange server in order to have pyexchange to work?
By this I mean, if I were to modify the code to read resources, does the user need to have any special permissions? Or anyone part of the domain be able to access these resources? I see that the authentication is using NTLM, if we were to use Basic Auth to accommodate Office 365, does this mean the username should be a email id
[email protected]
rather thancontoso.com\user
?The text was updated successfully, but these errors were encountered: