@types/office-js-preview 1.0.296 → 1.0.297
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 (https://github.com/OfficeD
|
|
|
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: Tue, 19 Apr 2022 21:31:36 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -8864,6 +8864,11 @@ declare namespace Office {
|
|
|
8864
8864
|
* [Api set: Mailbox 1.1]
|
|
8865
8865
|
*
|
|
8866
8866
|
* **{@link https://docs.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
8867
|
+
*
|
|
8868
|
+
* **Important**: A `recipientType` property value isn't returned by the
|
|
8869
|
+
* {@link https://docs.microsoft.com/javascript/api/outlook/office.from?view=outlook-js-preview#outlook-office-from-getasync-member(1) | Office.context.mailbox.item.from.getAsync}
|
|
8870
|
+
* and {@link https://docs.microsoft.com/javascript/api/outlook/office.organizer?view=outlook-js-preview#outlook-office-organizer-getasync-member(1) | Office.context.mailbox.item.organizer.getAsync} methods.
|
|
8871
|
+
* The email sender or appointment organizer is always a user whose email address is on the Exchange server.
|
|
8867
8872
|
*/
|
|
8868
8873
|
enum RecipientType {
|
|
8869
8874
|
/**
|
|
@@ -12962,6 +12967,12 @@ declare namespace Office {
|
|
|
12962
12967
|
appointmentResponse: MailboxEnums.ResponseType | string;
|
|
12963
12968
|
/**
|
|
12964
12969
|
* Gets the email address type of a recipient.
|
|
12970
|
+
*
|
|
12971
|
+
* @remarks
|
|
12972
|
+
* **Important**: A `recipientType` property value isn't returned by the
|
|
12973
|
+
* {@link https://docs.microsoft.com/javascript/api/outlook/office.from?view=outlook-js-preview#outlook-office-from-getasync-member(1) | Office.context.mailbox.item.from.getAsync}
|
|
12974
|
+
* and {@link https://docs.microsoft.com/javascript/api/outlook/office.organizer?view=outlook-js-preview#outlook-office-organizer-getasync-member(1) | Office.context.mailbox.item.organizer.getAsync} methods.
|
|
12975
|
+
* The email sender or appointment organizer is always a user whose email address is on the Exchange server.
|
|
12965
12976
|
*/
|
|
12966
12977
|
recipientType: MailboxEnums.RecipientType | string;
|
|
12967
12978
|
}
|
|
@@ -13212,6 +13223,9 @@ declare namespace Office {
|
|
|
13212
13223
|
*
|
|
13213
13224
|
* **{@link https://docs.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13214
13225
|
*
|
|
13226
|
+
* **Important**: A `recipientType` property value isn't returned by the getAsync method.
|
|
13227
|
+
* The email sender is always a user whose email address is on the Exchange server.
|
|
13228
|
+
*
|
|
13215
13229
|
* @param options - An object literal that contains one or more of the following properties.
|
|
13216
13230
|
* `asyncContext`: Developers can provide any object they wish to access in the callback method.
|
|
13217
13231
|
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
|
|
@@ -13232,6 +13246,9 @@ declare namespace Office {
|
|
|
13232
13246
|
* **{@link https://docs.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
13233
13247
|
*
|
|
13234
13248
|
* **{@link https://docs.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13249
|
+
*
|
|
13250
|
+
* **Important**: A `recipientType` property value isn't returned by the getAsync methods.
|
|
13251
|
+
* The email sender is always a user whose email address is on the Exchange server.
|
|
13235
13252
|
*
|
|
13236
13253
|
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
|
|
13237
13254
|
* `asyncResult`, which is an `Office.AsyncResult` object.
|
|
@@ -17336,6 +17353,9 @@ declare namespace Office {
|
|
|
17336
17353
|
*
|
|
17337
17354
|
* **{@link https://docs.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
17338
17355
|
*
|
|
17356
|
+
* **Important**: A `recipientType` property value isn't returned by the getAsync method.
|
|
17357
|
+
* The appointment organizer is always a user whose email address is on the Exchange server.
|
|
17358
|
+
*
|
|
17339
17359
|
* @param options - An object literal that contains one or more of the following properties.
|
|
17340
17360
|
* `asyncContext`: Developers can provide any object they wish to access in the callback method.
|
|
17341
17361
|
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
|
|
@@ -17353,6 +17373,9 @@ declare namespace Office {
|
|
|
17353
17373
|
* **{@link https://docs.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
17354
17374
|
*
|
|
17355
17375
|
* **{@link https://docs.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
17376
|
+
*
|
|
17377
|
+
* **Important**: A `recipientType` property value isn't returned by the getAsync method.
|
|
17378
|
+
* The appointment organizer is always a user whose email address is on the Exchange server.
|
|
17356
17379
|
*
|
|
17357
17380
|
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
|
|
17358
17381
|
* `asyncResult`, which is an `AsyncResult` object. The `value` property of the result is the appointment's organizer value,
|
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.297",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
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": "1f7e353cee1502b76cbc640c705c03ef1e1625c9fc92e9a3c3c9044884a647a7",
|
|
49
49
|
"typeScriptVersion": "3.9"
|
|
50
50
|
}
|