pyexchange icon indicating copy to clipboard operation
pyexchange copied to clipboard

Special settings for pyexchange

Open jkottapa opened this issue 10 years ago • 1 comments

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 than contoso.com\user ?

jkottapa avatar May 08 '15 05:05 jkottapa

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.

jeeftor avatar Jul 12 '16 10:07 jeeftor