python-o365 icon indicating copy to clipboard operation
python-o365 copied to clipboard

No email rule creation

Open mozile2090 opened this issue 2 years ago • 0 comments

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

mozile2090 avatar Feb 05 '24 00:02 mozile2090