From c5d89bcbc9633369fc94352930ffc4d8ffdce3d7 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Thu, 21 Jun 2018 10:14:56 -0700 Subject: [PATCH] update description on AppointmentForm interface --- types/office-js/index.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 5dd28287c3..33795b5add 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -8631,6 +8631,16 @@ declare namespace Office { getSelectedRegExMatches(): any; } + /** + * The AppointmentForm namespace is used to access the currently selected appointment. + * + * [Api set: Mailbox 1.0] + * + * @remarks + * {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level}: Restricted + * + * Applicable Outlook mode: Compose or read + */ interface AppointmentForm { /** * Gets an object that provides methods for manipulating the body of an item.