Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Outlook] (Smart Alerts) Document Markdown support #1841

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Outlook add-in API preview requirement set
description: Features and APIs that are currently in preview for Outlook add-ins.
ms.date: 03/21/2024
ms.date: 03/26/2024
ms.topic: whats-new
ms.localizationpriority: medium
---
Expand Down Expand Up @@ -195,11 +195,11 @@ Added `OfficeThemeChanged` event to `Mailbox`.

---

### Smart Alerts: Customize the Don't Send option and override the send mode option at runtime
### Smart Alerts: Customize the Don't Send option, override the send mode option at runtime, and format the dialog message using Markdown
samantharamon marked this conversation as resolved.
Show resolved Hide resolved

#### [Office.SmartAlertsEventCompletedOptions](/javascript/api/outlook/office.smartalertseventcompletedoptions?view=outlook-js-preview&preserve-view=true): Additional options

Added additional `event.completed` options to customize the **Don't Send** button of the Smart Alerts dialog and override the send mode option at runtime.
Added additional `event.completed` options to customize the **Don't Send** button of the Smart Alerts dialog, override the send mode option at runtime, and format the dialog message using Markdown.
samantharamon marked this conversation as resolved.
Show resolved Hide resolved

**Available in**: Outlook on Windows (Microsoft 365 subscription)

Expand Down