mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
update description on AppointmentForm interface
This commit is contained in:
10
types/office-js/index.d.ts
vendored
10
types/office-js/index.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user