O365 / python-o365

A simple python library to interact with Microsoft Graph and Office 365 API
Apache License 2.0
1.6k stars 411 forks source link

No email rule creation #1052

Open mozile2090 opened 5 months ago

mozile2090 commented 5 months ago

i have tried to pass

Create a new rule with specified conditions

new_rule = inbox.new_rule() new_rule.display_name = "From partner" new_rule.sequence = 2 new_rule.is_enabled = True new_rule.conditions = MessageRulePredicates(sender_contains=["adele"])

but it still this module didnt support adding mail rules anyone try it or can assist