Merge pull request #34746 from ElizabethSamuel-MSFT/office-js-update-link

[office-js-preview] (Outlook) Tweak masterCategories link
This commit is contained in:
Armando Aguirre
2019-04-15 12:28:40 -07:00
committed by GitHub

View File

@@ -15312,7 +15312,7 @@ 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.
* The user defines {@link MasterCategories | categories in a master list} on their mailbox.
* 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.
*
* [Api set: Mailbox Preview]
@@ -15465,7 +15465,7 @@ declare namespace Office {
/**
* The color of the category.
*/
color: Office.MailboxEnums.CategoryColor;
color: MailboxEnums.CategoryColor;
}
/**