Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

NotificationsOptions Properties

Contains options that you can use to configure the Notifications Module.
Name Description
CanAccessPostponedItems Specifies if the ShowNotifications Action remains enabled when there are postponed notifications and no active notifications.
NotificationsRefreshInterval Specifies the amount of time between successive refreshes of the notifications.
NotificationsStartDelay Specifies the delay from the application start to the initial Reminders Window display.
ShowDismissAllAction Specifies whether or not the DismissAll Action is active in the Reminders Window.
ShowNotificationsWindow Specifies if the Reminders Window is displayed automatically or a user should invoke it manually.
ShowRefreshAction Specifies whether or not the Refresh Action is active in the Reminders Window.
See Also