@types/office-js-preview 1.0.425 → 1.0.426
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
office-js-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 20 Oct 2023 00:47:51 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -9702,11 +9702,11 @@ declare namespace Office {
|
|
|
9702
9702
|
Beta = "beta"
|
|
9703
9703
|
}
|
|
9704
9704
|
/**
|
|
9705
|
-
* Specifies the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
9705
|
+
* Specifies the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events#available-send-mode-options | send mode option}
|
|
9706
9706
|
* that overrides the option set in the manifest at runtime.
|
|
9707
9707
|
*
|
|
9708
9708
|
* For information on how to implement a Smart Alerts add-in, see
|
|
9709
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
9709
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Handle OnMessageSend and OnAppointmentSend events in your Outlook add-in with Smart Alerts}.
|
|
9710
9710
|
*
|
|
9711
9711
|
* @remarks
|
|
9712
9712
|
* [Api set: Mailbox preview]
|
|
@@ -9718,7 +9718,7 @@ declare namespace Office {
|
|
|
9718
9718
|
enum SendModeOverride {
|
|
9719
9719
|
/**
|
|
9720
9720
|
* Provides the **Send Anyway** option in a Smart Alerts dialog when the mail item doesn't meet the conditions of the event-based add-in.
|
|
9721
|
-
* To learn more, see the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
9721
|
+
* To learn more, see the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events#prompt-user | **prompt user** send mode option}.
|
|
9722
9722
|
*
|
|
9723
9723
|
* @beta
|
|
9724
9724
|
*/
|
|
@@ -12550,7 +12550,7 @@ declare namespace Office {
|
|
|
12550
12550
|
*
|
|
12551
12551
|
* **Important**: When implementing `prependOnSendAsync`, keep the following in mind.
|
|
12552
12552
|
*
|
|
12553
|
-
* - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
12553
|
+
* - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in},
|
|
12554
12554
|
* the prepend-on-send feature runs first.
|
|
12555
12555
|
*
|
|
12556
12556
|
* - A new line is added after the prepended content.
|
|
@@ -12591,7 +12591,7 @@ declare namespace Office {
|
|
|
12591
12591
|
*
|
|
12592
12592
|
* **Important**: When implementing `prependOnSendAsync`, keep the following in mind.
|
|
12593
12593
|
*
|
|
12594
|
-
* - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
12594
|
+
* - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in},
|
|
12595
12595
|
* the prepend-on-send feature runs first.
|
|
12596
12596
|
*
|
|
12597
12597
|
* - A new line is added after the prepended content.
|
|
@@ -15225,7 +15225,7 @@ declare namespace Office {
|
|
|
15225
15225
|
/**
|
|
15226
15226
|
* The `MailboxEvent` object is passed as an argument to the event handler of an add-in that implements
|
|
15227
15227
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}, including
|
|
15228
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
15228
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts},
|
|
15229
15229
|
* or the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting | integrated spam-reporting feature}.
|
|
15230
15230
|
* It allows the add-in to signify to the Outlook client that it has completed processing an event.
|
|
15231
15231
|
*
|
|
@@ -19780,7 +19780,7 @@ declare namespace Office {
|
|
|
19780
19780
|
delegatePermissions: MailboxEnums.DelegatePermissions;
|
|
19781
19781
|
}
|
|
19782
19782
|
/**
|
|
19783
|
-
* Specifies the behavior of a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
19783
|
+
* Specifies the behavior of a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in}
|
|
19784
19784
|
* when it completes processing an `OnMessageSend` or `OnAppointmentSend` event.
|
|
19785
19785
|
*/
|
|
19786
19786
|
interface SmartAlertsEventCompletedOptions {
|
|
@@ -19883,7 +19883,7 @@ declare namespace Office {
|
|
|
19883
19883
|
/**
|
|
19884
19884
|
* When you use the {@link Office.MailboxEvent.completed | completed method} to signal completion of an event handler
|
|
19885
19885
|
* and set its `allowEvent` property to `false`, this property overrides the
|
|
19886
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
19886
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events#available-send-mode-options | send mode option}
|
|
19887
19887
|
* specified in the manifest at runtime.
|
|
19888
19888
|
*
|
|
19889
19889
|
* For an example, see the
|
|
@@ -19898,7 +19898,7 @@ declare namespace Office {
|
|
|
19898
19898
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
19899
19899
|
*
|
|
19900
19900
|
* **Important**: Currently, `sendModeOverride` can only be set to the
|
|
19901
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
19901
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events#prompt-user | prompt user} option.
|
|
19902
19902
|
*
|
|
19903
19903
|
* @beta
|
|
19904
19904
|
*/
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.426",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "cf545930991b3d4511484678e01750acc6ee4dc82781b08b0033e1d428a92b39",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|