diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 98f16e074061c5..7199a25eb551d9 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -11861,7 +11861,9 @@ declare namespace Office { * * - Web browser, new Mac UI, Android: No limit * - * - Windows: 500 members + * - Windows (new and classic): 500 members + * + * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 members * * - Classic Mac UI: 100 members * @@ -11900,6 +11902,8 @@ declare namespace Office { * * - Windows: 500 members * + * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 members + * * - Classic Mac UI: 100 members * * *Compose mode* @@ -12186,7 +12190,9 @@ declare namespace Office { * The `optionalAttendees` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for * each optional attendee to the meeting. The maximum number of attendees returned varies per Outlook client. * - * - Windows: 500 attendees + * - Windows (new and classic): 500 attendees + * + * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 attendees * * - Android, classic Mac UI, iOS: 100 attendees * @@ -12234,7 +12240,9 @@ declare namespace Office { * The `requiredAttendees` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for * each required attendee to the meeting. The maximum number of attendees returned varies per Outlook client. * - * - Windows: 500 attendees + * - Windows (new and classic): 500 attendees + * + * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients * * - Android, classic Mac UI, iOS: 100 attendees * @@ -16777,9 +16785,11 @@ declare namespace Office { * The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for * each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client. * - * - classic Windows: 500 recipients + * - Windows (classic): 500 recipients + * + * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients * - * - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view) + * - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view) * * @remarks * @@ -17101,9 +17111,11 @@ declare namespace Office { * The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for * each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client. * - * - classic Windows: 500 recipients + * - Windows (classic): 500 recipients * - * - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view) + * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients + * + * - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view) * * @remarks * @@ -21054,11 +21066,13 @@ declare namespace Office { * The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for * each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client. * - * - classic Windows: 500 recipients + * - Windows (classic): 500 recipients + * + * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients * * - Android, classic Mac UI, iOS: 100 recipients * - * - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view) + * - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view) * * - New Mac UI: No limit * @@ -21382,11 +21396,13 @@ declare namespace Office { * The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for * each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client. * - * - classic Windows: 500 recipients + * - Windows (classic): 500 recipients + * + * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients * * - Android, classic Mac UI, iOS: 100 recipients * - * - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view) + * - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view) * * - New Mac UI: No limit * @@ -22687,6 +22703,10 @@ declare namespace Office { * - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field. * If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field. * + * - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later. + * Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the + * **Beta Channel** option to access Office beta builds. + * * - In Outlook on Android and on iOS, the `addAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `addAsync` method isn't * supported when a user replies from the the reply field at the bottom of a message. * @@ -22725,6 +22745,10 @@ declare namespace Office { * - In Outlook on the web, on Windows, and on Mac (classic UI), you can have a maximum of 500 recipients in a target field. * If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field. * + * - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later. + * Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the + * **Beta Channel** option to access Office beta builds. + * * - In Outlook on Android and on iOS, the `addAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `addAsync` method isn't * supported when a user replies from the the reply field at the bottom of a message. * @@ -22759,6 +22783,8 @@ declare namespace Office { * * - Windows ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), web browser, Mac (classic UI): 500 recipients * + * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients + * * - Android, iOS: 100 recipients * * - Mac (new UI): No limit @@ -22813,6 +22839,8 @@ declare namespace Office { * * - Windows ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), web browser, Mac (classic UI): 500 recipients * + * - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients + * * - Android, iOS: 100 recipients * * - Mac (new UI): No limit @@ -22867,6 +22895,10 @@ declare namespace Office { * - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field. * If you need to add more recipients after setting 100 recipients, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field. * + * - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later. + * Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the + * **Beta Channel** option to access Office beta builds. + * * - In Outlook on Android and on iOS, the `setAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `setAsync` method isn't * supported when a user replies from the the reply field at the bottom of a message. * @@ -22909,6 +22941,10 @@ declare namespace Office { * - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field. * If you need to add more recipients after setting 100 recipients, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field. * + * - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later. + * Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the + * **Beta Channel** option to access Office beta builds. + * * - In Outlook on Android and on iOS, the `setAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `setAsync` method isn't * supported when a user replies from the the reply field at the bottom of a message. *