python-o365
python-o365 copied to clipboard
A simple python library to interact with Microsoft Graph and Office 365 API
email ID
how to know the email id of the authenticated person?
Hi, So what I currently do is that I save an attachment, then read it in byte form, finally sending the content inside a post request for further processing. Is...
Hello all, I need self.cc('subject') in allowed_changes in message.py for a project. Would it be possible to add this, as I need this to save subjects :).
Continuing on [683](https://github.com/O365/python-o365/issues/683) I'm looping through messages in a mailbox and filtering results using a query to limit fields that I want: ``` q = mailbox.q().select('id') for message in mailbox.get_messages(query=q):...
Dear O365 Team, I have the problem that I can change and output the message subject in my code, but unfortunately this change is not executed and saved in Outlook....
index value of 0 is a valid worksheet position excel.py update is checking for "if position", Python evaluates 0 integer to be false and so the position will not be...
Sending email with attachment inside 1 out of 3 times will result in Transient Error and email wont be send. Here is the full error trace: ``` [2021-08-06 19:16:49,244: ERROR/ForkPoolWorker-2]...
I kept getting this value error when I attempted to open an excel file on our company's onedrive. What i should put in this "my_file_instance"? I've tried the path and...
`directory = account.directory()` `for user in directory.get_users(): print(user.account_enabled)`
Hello! I'm sure I'm doing something wrong here, and I wanted to ask if anyone can see what that is. I'm trying to send large attachments, and if anything is...