You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
24219
24219
*
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.
24221
24224
*
24222
24225
* @param name - The session data key.
24223
24226
* @param value - The session data value as a string.
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
24239
24242
*
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.
24241
24247
*
24242
24248
* @param name - The session data key.
24243
24249
* @param value - The session data value as a string.
0 commit comments