-
I'm using this library to import various stats from mailbox folders into prometheus for several different accounts being used by applications. I'm able to use it to go through the Inbox folders no problem, but have been asked to monitor the RecoverableItems folder as well. I can see the DeletedItems folder but I can't seem to find a way to view the RecoverableItems folder. Is this possible? I believe it's possible with Graph but not sure if it's been implemented in the o365-python library. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After looking through the code for mailbox.py, I found the function |
Beta Was this translation helpful? Give feedback.
After looking through the code for mailbox.py, I found the function
def recoverableitemsdeletions_folder(self)
which seems to do exactly what I needed.