From 42c09c6673b5d9f67652734b813c21af38c25291 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Mon, 15 Apr 2019 10:05:42 -0700 Subject: [PATCH 1/2] [office-js-preview] (Outlook) Tweak masterCategories link --- types/office-js-preview/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index c4f238de2d..abf66a3d91 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -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] From 7745776c70c95f9ebc9052a2a143356c757be30e Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Mon, 15 Apr 2019 10:52:51 -0700 Subject: [PATCH 2/2] Remove Office namespace --- types/office-js-preview/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index abf66a3d91..24201b7877 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -15465,7 +15465,7 @@ declare namespace Office { /** * The color of the category. */ - color: Office.MailboxEnums.CategoryColor; + color: MailboxEnums.CategoryColor; } /**