Skip to content

Commit 5d4cecb

Browse files
[office-js-preview] (Outlook) Document updated SessionData size (DefinitelyTyped#73755)
1 parent 6fb1e47 commit 5d4cecb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

types/office-js-preview/index.d.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24217,7 +24217,10 @@ declare namespace Office {
2421724217
*
2421824218
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
2421924219
*
24220-
* **Important**: For each mail item, the entire SessionData object is limited to 50,000 characters per add-in.
24220+
* **Important**: In Outlook clients that support Mailbox 1.15 or earlier, the entire SessionData object for each mail item is limited to 50,000 characters per add-in.
24221+
* In classic Outlook on Windows, you can preview an increased character limit of up to 2,621,440 characters per add-in. To test the updated limit, join the
24222+
* {@link https://aka.ms/MSFT365InsiderProgram | Microsoft 365 Insider program}, then choose the Beta Channel in the classic Outlook on Windows client.
24223+
* Your client must be on Version 2510 (Build 19317.20000) or later.
2422124224
*
2422224225
* @param name - The session data key.
2422324226
* @param value - The session data value as a string.
@@ -24237,7 +24240,10 @@ declare namespace Office {
2423724240
*
2423824241
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
2423924242
*
24240-
* **Important**: For each mail item, the entire SessionData object is limited to 50,000 characters per add-in.
24243+
* **Important**: In Outlook clients that support Mailbox 1.15 or earlier, the entire SessionData object for each mail item is limited to 50,000 characters per add-in.
24244+
* In classic Outlook on Windows, you can preview an increased character limit of up to 2,621,440 characters per add-in. To test the updated limit, join the
24245+
* {@link https://aka.ms/MSFT365InsiderProgram | Microsoft 365 Insider program}, then choose the Beta Channel in the classic Outlook on Windows client.
24246+
* Your client must be on Version 2510 (Build 19317.20000) or later.
2424124247
*
2424224248
* @param name - The session data key.
2424324249
* @param value - The session data value as a string.

0 commit comments

Comments
 (0)