Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 47 additions & 11 deletions types/office-js-preview/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down Expand Up @@ -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*
Expand Down Expand Up @@ -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
*
Expand Down Expand Up @@ -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
*
Expand Down Expand Up @@ -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
*
Expand Down Expand Up @@ -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
*
Expand Down Expand Up @@ -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
*
Expand Down Expand Up @@ -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
*
Expand Down Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down