Share via

notification on webmail outlook

Syntek S 0 Reputation points
2026-02-18T09:21:34.4366667+00:00

how to add notification on webmail outlook. could not find any option on web outlook

Outlook | Web | Outlook.com | Email
{count} votes

2 answers

Sort by: Most helpful
  1. Gunasekar N 61,045 Reputation points Independent Advisor
    2026-02-18T10:04:15.1966667+00:00

    Hello, thank you for reaching out to Microsoft Q&A.

    Do you mean user email notifications or developer API notifications in Outlook Web?

    If you would like to turn on email notifications in Outlook Web, (user email notifications),

    Paste the link below into your browser’s address bar and press Enter:

    https://outlook.live.com/mail/0/options/general/notifications

    Or, you can navigate manually:

    Go to Settings > General > Notifications in Outlook.com on the web.

    From there, you can turn on notifications for incoming Outlook emails, calendar events, and documents.

    Let me know if you still need more help.

    0 comments No comments

  2. Q&A Assist
    2026-02-18T09:21:43.57+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To add notifications in Outlook on the web, you can use the addAsync method provided by the Outlook JavaScript API. This method allows you to add a notification to an item. Here are the key points to consider:

    1. Types of Notifications: You can create different types of notifications such as ErrorMessage, InformationalMessage, InsightMessage, and ProgressIndicator.
    2. Limitations: In Outlook on the web, you can add a maximum of five notifications per message. If you try to add more, it will return an error. Additionally, only one InsightMessage notification is allowed per add-in on a mail item.
    3. Notification Properties: Each notification requires a unique identifier, an icon, and a message. You can also include a dismiss action to close the notification.
    4. Usage: Ensure that you are in the correct mode (Compose or Read) when trying to add notifications.

    If you are not seeing options for notifications, make sure you are using the correct API and that your add-in is properly configured to support notifications.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.