Replies: 1 comment 2 replies
-
|
There are some more examples in the test suite showing working subscription code. For example: exchangelib/tests/test_items/test_sync.py Line 222 in 6c4a0fe |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
Please help me with Python Exchagelib samples example on how to create a subscription in case of any EventType like NewMail, etc for all three three subscription types for a mailbox.
I tried with code snippet mentioned in https://ecederstrand.github.io/exchangelib/#synchronization-subscriptions-and-notifications for subscribe to pull notification but did not get any notification via code when I manually sent a new email to that mailbox.
Also tried subscribe to push notification but when tried to get notification via code when I manually sent an new email to that mailbox. I got an error stating subscription ID is invalid. I got subscription ID with account.inbox.subscribe_to_push() function
Beta Was this translation helpful? Give feedback.
All reactions