[office-js] [office-js-preview] (Outlook) No categories support in Message Read on OWA (#41603)

This commit is contained in:
Elizabeth Samuel
2020-01-14 20:39:46 -08:00
committed by Eli Barzilay
parent ff0f21449a
commit 19dfba0973
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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