@types/office-js-preview 1.0.328 → 1.0.329
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: Thu, 01 Sep 2022 23:02:42 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
|
@@ -13344,7 +13344,11 @@ declare namespace Office {
|
|
|
13344
13344
|
*
|
|
13345
13345
|
* Apply the following guidelines when you create internet headers in your add-in.
|
|
13346
13346
|
*
|
|
13347
|
-
* - Create the minimum number of headers required.
|
|
13347
|
+
* - Create the minimum number of headers required. The header quota is based on the total size of headers applied to a message. In Exchange Online,
|
|
13348
|
+
* the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
|
|
13349
|
+
* For further information on header limits, see
|
|
13350
|
+
* {@link https://docs.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
|
|
13351
|
+
* and {@link https://docs.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
|
|
13348
13352
|
*
|
|
13349
13353
|
* - Name headers so that you can reuse and update their values later. As such, avoid naming headers in a variable manner
|
|
13350
13354
|
* (for example, based on user input, timestamp, etc.).
|
|
@@ -13435,6 +13439,12 @@ declare namespace Office {
|
|
|
13435
13439
|
* the new value.
|
|
13436
13440
|
*
|
|
13437
13441
|
* **Note**: This method is intended to set the values of your custom headers.
|
|
13442
|
+
*
|
|
13443
|
+
* **Important**: The header quota is based on the total size of headers applied to a message. In Exchange Online,
|
|
13444
|
+
* the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
|
|
13445
|
+
* For further information on header limits, see
|
|
13446
|
+
* {@link https://docs.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
|
|
13447
|
+
* and {@link https://docs.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
|
|
13438
13448
|
*
|
|
13439
13449
|
* @remarks
|
|
13440
13450
|
* [Api set: Mailbox 1.8]
|
|
@@ -13458,6 +13468,12 @@ declare namespace Office {
|
|
|
13458
13468
|
* the new value.
|
|
13459
13469
|
*
|
|
13460
13470
|
* **Note**: This method is intended to set the values of your custom headers.
|
|
13471
|
+
*
|
|
13472
|
+
* **Important**: The header quota is based on the total size of headers applied to a message. In Exchange Online,
|
|
13473
|
+
* the header limit is capped at 256 KB, while in an Exchange on-premises environment, the limit is determined by your organization's administrator.
|
|
13474
|
+
* For further information on header limits, see
|
|
13475
|
+
* {@link https://docs.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits | Exchange Online message limits}
|
|
13476
|
+
* and {@link https://docs.microsoft.com/exchange/mail-flow/message-size-limits?view=exchserver-2019#types-of-message-size-limits | Exchange Server message limits}.
|
|
13461
13477
|
*
|
|
13462
13478
|
* @remarks
|
|
13463
13479
|
* [Api set: Mailbox 1.8]
|
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.329",
|
|
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": "a829468f42c2a0768df63318e2c4468d919f17a839aba1aa2907e73a1467c67e",
|
|
49
49
|
"typeScriptVersion": "4.1"
|
|
50
50
|
}
|