[office-js] [office-js-preview] (Outlook) Refine categories descriptions (#43364)

* [office-js] [office-js-preview] (Outlook) Refine categories descriptions

* Updates based on feedback

* Updates based on feedback
This commit is contained in:
Elizabeth Samuel
2020-03-27 08:15:34 -07:00
committed by GitHub
parent 26be57aaba
commit fbbdcfd2c4
2 changed files with 14 additions and 10 deletions

View File

@@ -11856,11 +11856,11 @@ declare namespace Office {
/**
* Represents the categories on an item.
*
* In Outlook, a user can group messages and appointments by using a category to color-code them.
* In Outlook, a user can tag messages and appointments by using a category to color-code them.
* 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.
* **Important**: In Outlook on the web, you can't use the API to manage categories applied to a message in Compose mode.
*
* [Api set: Mailbox 1.8]
*
@@ -13482,9 +13482,11 @@ declare namespace Office {
/**
* Represents the categories master list on the mailbox.
*
* In Outlook, a user can group messages and appointments by using a category to color-code them.
* In Outlook, a user can tag messages and appointments by using a category to color-code them.
* The user defines categories in a master list on their mailbox. They can then apply one or more categories to an item.
*
* **Important**: In delegate or shared scenarios, the delegate can get the categories in the master list but can't add or remove categories.
*
* [Api set: Mailbox 1.8]
*
* @remarks
@@ -13718,6 +13720,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 Compose mode.
*
* [Api set: Mailbox 1.8]
*
* @remarks
@@ -14859,8 +14863,6 @@ 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

@@ -11130,11 +11130,11 @@ declare namespace Office {
/**
* Represents the categories on an item.
*
* In Outlook, a user can group messages and appointments by using a category to color-code them.
* In Outlook, a user can tag messages and appointments by using a category to color-code them.
* 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.
* **Important**: In Outlook on the web, you can't use the API to manage categories applied to a message in Compose mode.
*
* [Api set: Mailbox 1.8]
*
@@ -12756,9 +12756,11 @@ declare namespace Office {
/**
* Represents the categories master list on the mailbox.
*
* In Outlook, a user can group messages and appointments by using a category to color-code them.
* In Outlook, a user can tag messages and appointments by using a category to color-code them.
* The user defines categories in a master list on their mailbox. They can then apply one or more categories to an item.
*
* **Important**: In delegate or shared scenarios, the delegate can get the categories in the master list but can't add or remove categories.
*
* [Api set: Mailbox 1.8]
*
* @remarks
@@ -12992,6 +12994,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 Compose mode.
*
* [Api set: Mailbox 1.8]
*
* @remarks
@@ -13945,8 +13949,6 @@ 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