Skip to content

Commit 9ff0b79

Browse files
committed
Update recipient limit
1 parent 1fbc342 commit 9ff0b79

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17575,11 +17575,11 @@ declare namespace Office {
1757517575
* The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
1757617576
* each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client.
1757717577
*
17578-
* - Windows: 500 recipients
17578+
* - classic Windows: 500 recipients
1757917579
*
1758017580
* - Android, classic Mac UI, iOS: 100 recipients
1758117581
*
17582-
* - Web browser: 20 recipients
17582+
* - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
1758317583
*
1758417584
* - New Mac UI: No limit
1758517585
*
@@ -17900,11 +17900,11 @@ declare namespace Office {
1790017900
* The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
1790117901
* each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client.
1790217902
*
17903-
* - Windows: 500 recipients
17903+
* - classic Windows: 500 recipients
1790417904
*
1790517905
* - Android, classic Mac UI, iOS: 100 recipients
1790617906
*
17907-
* - Web browser: 20 recipients
17907+
* - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
1790817908
*
1790917909
* - New Mac UI: No limit
1791017910
*

types/office-js/index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17350,11 +17350,11 @@ declare namespace Office {
1735017350
* The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
1735117351
* each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client.
1735217352
*
17353-
* - Windows: 500 recipients
17353+
* - classic Windows: 500 recipients
1735417354
*
1735517355
* - Android, classic Mac UI, iOS: 100 recipients
1735617356
*
17357-
* - Web browser: 20 recipients
17357+
* - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
1735817358
*
1735917359
* - New Mac UI: No limit
1736017360
*
@@ -17662,11 +17662,11 @@ declare namespace Office {
1766217662
* The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
1766317663
* each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client.
1766417664
*
17665-
* - Windows: 500 recipients
17665+
* - classic Windows: 500 recipients
1766617666
*
1766717667
* - Android, classic Mac UI, iOS: 100 recipients
1766817668
*
17669-
* - Web browser: 20 recipients
17669+
* - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
1767017670
*
1767117671
* - New Mac UI: No limit
1767217672
*

0 commit comments

Comments
 (0)