python-o365
python-o365 copied to clipboard
No email rule creation
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