Skip to content

Commit 0c6d82d

Browse files
[Outlook] (Smart Alerts) Revert changes (#4960)
* Revert "[Outlook] (Smart Alerts) Document limitations in Outlook on the web a…" This reverts commit d9b72c2. * Update ms.date
1 parent dc1012b commit 0c6d82d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/outlook/onmessagesend-onappointmentsend-events.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,14 +234,10 @@ You can customize the **Don't Send** button in the dialog to open a task pane or
234234
> [!NOTE]
235235
> Support to customize the **Don't Send** button was introduced in [Mailbox requirement set 1.14](/javascript/api/requirement-sets/outlook/requirement-set-1.14/outlook-requirement-set-1.14).
236236
237-
### Limitations in Outlook on the web and new Outlook on Windows
238-
239-
When developing a Smart Alerts add-in for Outlook on the web and new Outlook on Windows, you must be mindful of the following limitations.
237+
In Outlook on the web and in new Outlook on Windows:
240238

241239
- The `OnAppointmentSend` event only occurs when the meeting being sent was created through the **New Event** option. If the meeting being sent was created by selecting a date and time directly from the calendar, the `OnAppointmentSend` event doesn't occur.
242240
- When forwarding a meeting, the `OnAppointmentSend` event only occurs if the organizer forwards the meeting. It doesn't occur if an attendee forwards the meeting to which they're invited.
243-
- When an attendee responds to a meeting invite using the **Accept**, **Decline**, **Tentative**, or **Follow** option, the `OnMessageSend` event doesn't occur. This behavior applies even if the attendee includes a personalized message in their response.
244-
- When the organizer cancels a meeting and includes a cancellation message, the `OnMessageSend` event doesn't occur.
245241

246242
### Limitations to formatting the dialog message using Markdown
247243

0 commit comments

Comments
 (0)