Skip to content

Commit a5a89be

Browse files
authored
Merge pull request #25552 from microsoftgraph/keylimesoda-patch-3
Update outlook-change-notifications-overview.md
2 parents 104f751 + 370df52 commit a5a89be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/outlook-change-notifications-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you don't use a `$filter` when creating the subscription:
7474
The Outlook **contact**, **event**, and **message** resources also support subscribing to lifecycle notifications. Lifecycle notifications are needed in case your app gets their subscriptions removed or misses some change notifications. Apps should implement logic to detect and recover from the loss, and resume a continuous change notification flow. To learn more, see [subscribing to lifecycle notifications](change-notifications-lifecycle-events.md).
7575

7676
### Keep track of subscription lifetime
77-
Make sure to [extend](/graph/api/subscription-update) a subscription before it expires. The maximum lifetime for a subscription without Outlook resource data is 4230 minutes (under 3 days), and 1 day with resource data.
77+
Make sure to [extend](/graph/api/subscription-update) a subscription before it expires. The maximum lifetime for a subscription without Outlook resource data can be found in the [subscription lifetime table](change-notifications-overview.md#subscription-lifetime).
7878

7979
If you lose the permission granted earlier for a subscription and the subscription expires meanwhile, request permission again to [create](/graph/api/subscription-post-subscriptions) a new subscription.
8080

0 commit comments

Comments
 (0)