Alejandro Casanovas

Results 355 comments of Alejandro Casanovas

I don't have the time to implement this. PR are very welcome > Also, is it possible to update expiration date of a shared link without recreating a new link?...

For now, the subject can only be modified when the message is a draft.

Can you provide more infor? Line of the code not working? If you know the fix, PR are very welcome

I suppose yes… did u try it?

I don’t know for sure. Can you look for this in the ma graph docs?

Yes, just set the logging to output the requests error messages. Like: ```python import logging logging.basicConfig(level=logging.DEBUG) # or whatever default level you want requests_logger = logging.getLogger('requests') requests_logger.setLevel(logging.ERROR) ```

It is not implement for sure and I don't know if the MS graph api has this info. If the answer is yes, then some PR can be done to...

Seems like you (the app) don't have permissions over the address provided to `account.mailbox`