Skip to content

Commit 790736b

Browse files
[scripts] Use new VDT version (#2360)
* Use new VDT version * Update Word preview page to use include file --------- Co-authored-by: Elizabeth Samuel <[email protected]>
1 parent affd476 commit 790736b

File tree

36 files changed

+117
-1516
lines changed

36 files changed

+117
-1516
lines changed

docs/includes/outlook-1_11.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
| Class | Fields | Description |
22
|:---|:---|:---|
3-
|[AppointmentCompose](/javascript/api/outlook/office.appointmentcompose)|[sessionData](/javascript/api/outlook/office.appointmentcompose#outlook-office-appointmentcompose-sessiondata-member)|Manages the {@link Office.SessionData | SessionData} of an item in Compose mode.|
4-
|[MessageCompose](/javascript/api/outlook/office.messagecompose)|[sessionData](/javascript/api/outlook/office.messagecompose#outlook-office-messagecompose-sessiondata-member)|Manages the {@link Office.SessionData | SessionData} of an item in Compose mode.|
3+
|[AppointmentCompose](/javascript/api/outlook/office.appointmentcompose)|[sessionData](/javascript/api/outlook/office.appointmentcompose#outlook-office-appointmentcompose-sessiondata-member)|Manages the SessionData of an item in Compose mode.|
4+
|[MessageCompose](/javascript/api/outlook/office.messagecompose)|[sessionData](/javascript/api/outlook/office.messagecompose#outlook-office-messagecompose-sessiondata-member)|Manages the SessionData of an item in Compose mode.|
55
|[SessionData](/javascript/api/outlook/office.sessiondata)|[clearAsync(callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sessiondata#outlook-office-sessiondata-clearasync-member(1))|Clears all session data key-value pairs.|
66
||[clearAsync(options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sessiondata#outlook-office-sessiondata-clearasync-member(1))|Clears all session data key-value pairs.|
77
||[getAllAsync(callback: (asyncResult: Office.AsyncResult<object>) => void)](/javascript/api/outlook/office.sessiondata#outlook-office-sessiondata-getallasync-member(1))|Gets all session data key-value pairs.|

docs/includes/outlook-1_12.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
| Class | Fields | Description |
22
|:---|:---|:---|
33
|[MailboxEvent](/javascript/api/outlook/office.mailboxevent)|[completed(options?: SmartAlertsEventCompletedOptions)](/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1))|Indicates that the event-based or spam-reporting add-in has completed processing an event.|
4-
|[SmartAlertsEventCompletedOptions](/javascript/api/outlook/office.smartalertseventcompletedoptions)|[allowEvent](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-allowevent-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal completion of an event handler,|
5-
||[errorMessage](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-errormessage-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal completion of an event handler and set its `allowEvent` property|
4+
|[SmartAlertsEventCompletedOptions](/javascript/api/outlook/office.smartalertseventcompletedoptions)|[allowEvent](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-allowevent-member)|When you use the completed method to signal completion of an event handler,|
5+
||[errorMessage](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-errormessage-member)|When you use the completed method to signal completion of an event handler and set its `allowEvent` property|

docs/includes/outlook-1_13.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Class | Fields | Description |
22
|:---|:---|:---|
3-
|[AppointmentCompose](/javascript/api/outlook/office.appointmentcompose)|[sensitivityLabel](/javascript/api/outlook/office.appointmentcompose#outlook-office-appointmentcompose-sensitivitylabel-member)|Gets the object to get or set the {@link Office.SensitivityLabel | sensitivity label} of an appointment.|
3+
|[AppointmentCompose](/javascript/api/outlook/office.appointmentcompose)|[sensitivityLabel](/javascript/api/outlook/office.appointmentcompose#outlook-office-appointmentcompose-sensitivitylabel-member)|Gets the object to get or set the sensitivity label of an appointment.|
44
|[Body](/javascript/api/outlook/office.body)|[prependOnSendAsync(data: string, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.body#outlook-office-body-prependonsendasync-member(1))|Prepends HTML or plain text to the beginning of a message or appointment body when the mail item is sent.|
55
||[prependOnSendAsync(data: string, options: Office.AsyncContextOptions & CoercionTypeOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.body#outlook-office-body-prependonsendasync-member(1))|Prepends HTML or plain text to the beginning of a message or appointment body when the mail item is sent.|
66
|[DelayDeliveryTime](/javascript/api/outlook/office.delaydeliverytime)|[getAsync(callback?: (asyncResult: Office.AsyncResult<Date \| 0>) => void)](/javascript/api/outlook/office.delaydeliverytime#outlook-office-delaydeliverytime-getasync-member(1))|Gets the delivery date and time of a message.|
@@ -10,7 +10,7 @@
1010
|[Mailbox](/javascript/api/outlook/office.mailbox)|[getSelectedItemsAsync(callback: (asyncResult: Office.AsyncResult<SelectedItemDetails[]>) => void)](/javascript/api/outlook/office.mailbox#outlook-office-mailbox-getselecteditemsasync-member(1))|Gets currently selected messages on which an add-in can activate and perform operations.|
1111
||[getSelectedItemsAsync(options: Office.AsyncContextOptions, callback: (asyncResult: Office.AsyncResult<SelectedItemDetails[]>) => void)](/javascript/api/outlook/office.mailbox#outlook-office-mailbox-getselecteditemsasync-member(1))|Gets currently selected messages on which an add-in can activate and perform operations.|
1212
|[MessageCompose](/javascript/api/outlook/office.messagecompose)|[delayDeliveryTime](/javascript/api/outlook/office.messagecompose#outlook-office-messagecompose-delaydeliverytime-member)|Gets or sets the delayed delivery date and time of a message.|
13-
||[sensitivityLabel](/javascript/api/outlook/office.messagecompose#outlook-office-messagecompose-sensitivitylabel-member)|Gets the object to get or set the {@link Office.SensitivityLabel | sensitivity label} of a message.|
13+
||[sensitivityLabel](/javascript/api/outlook/office.messagecompose#outlook-office-messagecompose-sensitivitylabel-member)|Gets the object to get or set the sensitivity label of a message.|
1414
|[SelectedItemDetails](/javascript/api/outlook/office.selecteditemdetails)|[itemId](/javascript/api/outlook/office.selecteditemdetails#outlook-office-selecteditemdetails-itemid-member)|The Exchange Web Services (EWS) item identifier of the message that's currently selected.|
1515
||[itemMode](/javascript/api/outlook/office.selecteditemdetails#outlook-office-selecteditemdetails-itemmode-member)|The Outlook mode (`Read` or `Compose`) of the message that's currently selected.|
1616
||[itemType](/javascript/api/outlook/office.selecteditemdetails#outlook-office-selecteditemdetails-itemtype-member)|The type of the item that's currently selected.|
@@ -20,7 +20,7 @@
2020
||[setAsync(sensitivityLabel: string \| SensitivityLabelDetails, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sensitivitylabel#outlook-office-sensitivitylabel-setasync-member(1))|Applies the specified sensitivity label to the message or appointment being composed.|
2121
||[setAsync(sensitivityLabel: string \| SensitivityLabelDetails, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sensitivitylabel#outlook-office-sensitivitylabel-setasync-member(1))|Applies the specified sensitivity label to the message or appointment being composed.|
2222
|[SensitivityLabelChangedEventArgs](/javascript/api/outlook/office.sensitivitylabelchangedeventargs)|[type](/javascript/api/outlook/office.sensitivitylabelchangedeventargs#outlook-office-sensitivitylabelchangedeventargs-type-member)|The type of event that was raised.|
23-
|[SensitivityLabelDetails](/javascript/api/outlook/office.sensitivitylabeldetails)|[children](/javascript/api/outlook/office.sensitivitylabeldetails#outlook-office-sensitivitylabeldetails-children-member)|The {@link https://learn.microsoft.com/microsoft-365/compliance/sensitivity-labels#sublabels-grouping-labels | sublabels} of the sensitivity label.|
23+
|[SensitivityLabelDetails](/javascript/api/outlook/office.sensitivitylabeldetails)|[children](/javascript/api/outlook/office.sensitivitylabeldetails#outlook-office-sensitivitylabeldetails-children-member)|The sublabels of the sensitivity label.|
2424
||[color](/javascript/api/outlook/office.sensitivitylabeldetails#outlook-office-sensitivitylabeldetails-color-member)|The color of the sensitivity label.|
2525
||[id](/javascript/api/outlook/office.sensitivitylabeldetails#outlook-office-sensitivitylabeldetails-id-member)|The unique identifier (GUID) of the sensitivity label.|
2626
||[name](/javascript/api/outlook/office.sensitivitylabeldetails#outlook-office-sensitivitylabeldetails-name-member)|The name of the sensitivity label.|

docs/includes/outlook-1_14.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Class | Fields | Description |
22
|:---|:---|:---|
3-
|[AppointmentCompose](/javascript/api/outlook/office.appointmentcompose)|[sensitivity](/javascript/api/outlook/office.appointmentcompose#outlook-office-appointmentcompose-sensitivity-member)|Gets or sets the {@link Office.Sensitivity | sensitivity level} of an appointment.|
3+
|[AppointmentCompose](/javascript/api/outlook/office.appointmentcompose)|[sensitivity](/javascript/api/outlook/office.appointmentcompose#outlook-office-appointmentcompose-sensitivity-member)|Gets or sets the sensitivity level of an appointment.|
44
|[AppointmentRead](/javascript/api/outlook/office.appointmentread)|[sensitivity](/javascript/api/outlook/office.appointmentread#outlook-office-appointmentread-sensitivity-member)|Provides the sensitivity value of the appointment.|
55
|[MailboxEvent](/javascript/api/outlook/office.mailboxevent)|[completed(options?: SmartAlertsEventCompletedOptions \| SpamReportingEventCompletedOptions)](/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1))|Indicates that the event-based or spam-reporting add-in has completed processing an event.|
66
|[MessageCompose](/javascript/api/outlook/office.messagecompose)|[closeAsync(callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.messagecompose#outlook-office-messagecompose-closeasync-member(1))|Closes the current new message being composed.|
@@ -21,15 +21,15 @@
2121
||[getAsync(options: Office.AsyncContextOptions, callback: (asyncResult: Office.AsyncResult<MailboxEnums.AppointmentSensitivityType>) => void)](/javascript/api/outlook/office.sensitivity#outlook-office-sensitivity-getasync-member(1))|Gets the sensitivity level of an appointment.|
2222
||[setAsync(sensitivity: MailboxEnums.AppointmentSensitivityType \| string, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sensitivity#outlook-office-sensitivity-setasync-member(1))|Sets the sensitivity level of an appointment.|
2323
||[setAsync(sensitivity: MailboxEnums.AppointmentSensitivityType \| string, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sensitivity#outlook-office-sensitivity-setasync-member(1))|Sets the sensitivity level of an appointment.|
24-
|[SmartAlertsEventCompletedOptions](/javascript/api/outlook/office.smartalertseventcompletedoptions)|[cancelLabel](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-cancellabel-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal completion of an event handler and set its `allowEvent` property to `false`,|
25-
||[commandId](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-commandid-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal completion of an event handler and set its `allowEvent` property to `false`,|
26-
||[contextData](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-contextdata-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to|
27-
||[sendModeOverride](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-sendmodeoverride-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal completion of an event handler|
24+
|[SmartAlertsEventCompletedOptions](/javascript/api/outlook/office.smartalertseventcompletedoptions)|[cancelLabel](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-cancellabel-member)|When you use the completed method to signal completion of an event handler and set its `allowEvent` property to `false`,|
25+
||[commandId](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-commandid-member)|When you use the completed method to signal completion of an event handler and set its `allowEvent` property to `false`,|
26+
||[contextData](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-contextdata-member)|When you use the completed method to|
27+
||[sendModeOverride](/javascript/api/outlook/office.smartalertseventcompletedoptions#outlook-office-smartalertseventcompletedoptions-sendmodeoverride-member)|When you use the completed method to signal completion of an event handler|
2828
|[SpamReportingEventArgs](/javascript/api/outlook/office.spamreportingeventargs)|[freeText](/javascript/api/outlook/office.spamreportingeventargs#outlook-office-spamreportingeventargs-freetext-member)|The text provided by the user in the preprocessing dialog of a spam-reporting add-in.|
2929
||[options](/javascript/api/outlook/office.spamreportingeventargs#outlook-office-spamreportingeventargs-options-member)|Returns `true` for each reporting option selected by the user in the preprocessing dialog of a spam-reporting add-in.|
3030
||[type](/javascript/api/outlook/office.spamreportingeventargs#outlook-office-spamreportingeventargs-type-member)|The type of event that was raised.|
31-
|[SpamReportingEventCompletedOptions](/javascript/api/outlook/office.spamreportingeventcompletedoptions)|[folderName](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-foldername-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal that a reported message has finished processing,|
32-
||[moveItemTo](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-moveitemto-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal that a reported message has finished processing,|
31+
|[SpamReportingEventCompletedOptions](/javascript/api/outlook/office.spamreportingeventcompletedoptions)|[folderName](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-foldername-member)|When you use the completed method to signal that a reported message has finished processing,|
32+
||[moveItemTo](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-moveitemto-member)|When you use the completed method to signal that a reported message has finished processing,|
3333
||[onErrorDeleteItem](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-onerrordeleteitem-member)|When set to `true`, deletes a reported message if an error occurs while the message is processed.|
34-
||[postProcessingAction](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-postprocessingaction-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal that a reported message has finished processing,|
35-
||[showPostProcessingDialog](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-showpostprocessingdialog-member)|When you use the {@link https://learn.microsoft.com/javascript/api/outlook/office.mailboxevent#outlook-office-mailboxevent-completed-member(1) | completed method} to signal that a reported message has finished processing,|
34+
||[postProcessingAction](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-postprocessingaction-member)|When you use the completed method to signal that a reported message has finished processing,|
35+
||[showPostProcessingDialog](/javascript/api/outlook/office.spamreportingeventcompletedoptions#outlook-office-spamreportingeventcompletedoptions-showpostprocessingdialog-member)|When you use the completed method to signal that a reported message has finished processing,|

0 commit comments

Comments
 (0)