mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-30 23:30:06 +00:00
[office-js] [office-js-preview] (Outlook) No categories support in Message Read on OWA (#41603)
This commit is contained in:
committed by
Eli Barzilay
parent
ff0f21449a
commit
19dfba0973
4
types/office-js-preview/index.d.ts
vendored
4
types/office-js-preview/index.d.ts
vendored
@@ -11255,6 +11255,8 @@ declare namespace Office {
|
||||
* The user defines {@link Office.MasterCategories | categories in a master list} on their mailbox.
|
||||
* They can then apply one or more categories to an item.
|
||||
*
|
||||
* **Important**: In Outlook on the web, you can't use the API to manage categories on a message in Read mode.
|
||||
*
|
||||
* [Api set: Mailbox 1.8]
|
||||
*
|
||||
* @remarks
|
||||
@@ -14103,6 +14105,8 @@ declare namespace Office {
|
||||
/**
|
||||
* Gets an object that provides methods for managing the item's categories.
|
||||
*
|
||||
* **Important**: In Outlook on the web, you can't use the API to manage categories on a message in Read mode.
|
||||
*
|
||||
* [Api set: Mailbox 1.8]
|
||||
*
|
||||
* @remarks
|
||||
|
||||
4
types/office-js/index.d.ts
vendored
4
types/office-js/index.d.ts
vendored
@@ -11068,6 +11068,8 @@ declare namespace Office {
|
||||
* The user defines {@link Office.MasterCategories | categories in a master list} on their mailbox.
|
||||
* They can then apply one or more categories to an item.
|
||||
*
|
||||
* **Important**: In Outlook on the web, you can't use the API to manage categories on a message in Read mode.
|
||||
*
|
||||
* [Api set: Mailbox 1.8]
|
||||
*
|
||||
* @remarks
|
||||
@@ -13864,6 +13866,8 @@ declare namespace Office {
|
||||
/**
|
||||
* Gets an object that provides methods for managing the item's categories.
|
||||
*
|
||||
* **Important**: In Outlook on the web, you can't use the API to manage categories on a message in Read mode.
|
||||
*
|
||||
* [Api set: Mailbox 1.8]
|
||||
*
|
||||
* @remarks
|
||||
|
||||
Reference in New Issue
Block a user