Skip to content

Commit 3b8a587

Browse files
[office-js][office-js-preview] (Outlook) Clarify which APIs aren't supported on loaded messages (DefinitelyTyped#72500)
1 parent d05a9c9 commit 3b8a587

File tree

2 files changed

+156
-20
lines changed

2 files changed

+156
-20
lines changed

types/office-js-preview/index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21984,7 +21984,7 @@ declare namespace Office {
2198421984
*
2198521985
* There's no recipient limit if you call `addAsync` in Outlook on Mac (new UI).
2198621986
*
21987-
* - The `addAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
21987+
* The `addAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
2198821988
* For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
2198921989
*
2199021990
* **Errors**:
@@ -22023,7 +22023,7 @@ declare namespace Office {
2202322023
*
2202422024
* There's no recipient limit if you call `addAsync` in Outlook on Mac (new UI).
2202522025
*
22026-
* - The `addAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
22026+
* The `addAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
2202722027
* For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
2202822028
*
2202922029
* **Errors**:
@@ -22162,7 +22162,7 @@ declare namespace Office {
2216222162
*
2216322163
* There's no recipient limit if you call `setAsync` in Outlook on Mac (new UI).
2216422164
*
22165-
* - The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
22165+
* The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
2216622166
* For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
2216722167
*
2216822168
* **Errors**:
@@ -22205,7 +22205,7 @@ declare namespace Office {
2220522205
*
2220622206
* There's no recipient limit if you call `setAsync` in Outlook on Mac (new UI).
2220722207
*
22208-
* - The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
22208+
* The `setAsync` method isn't supported on a message that's currently loaded using the `loadItemByIdAsync` method.
2220922209
* For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages}.
2221022210
*
2221122211
* **Errors**:

0 commit comments

Comments
 (0)