mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-31 10:44:33 +00:00
[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:
12
types/office-js-preview/index.d.ts
vendored
12
types/office-js-preview/index.d.ts
vendored
@@ -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
|
||||
|
||||
12
types/office-js/index.d.ts
vendored
12
types/office-js/index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user