Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions types/office-js-preview/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17575,11 +17575,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.
*
* - Windows: 500 recipients
* - classic Windows: 500 recipients
*
* - Android, classic Mac UI, iOS: 100 recipients
*
* - Web browser: 20 recipients
* - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
*
* - New Mac UI: No limit
*
Expand Down Expand Up @@ -17900,11 +17900,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.
*
* - Windows: 500 recipients
* - classic Windows: 500 recipients
*
* - Android, classic Mac UI, iOS: 100 recipients
*
* - Web browser: 20 recipients
* - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
*
* - New Mac UI: No limit
*
Expand Down
8 changes: 4 additions & 4 deletions types/office-js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17350,11 +17350,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.
*
* - Windows: 500 recipients
* - classic Windows: 500 recipients
*
* - Android, classic Mac UI, iOS: 100 recipients
*
* - Web browser: 20 recipients
* - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
*
* - New Mac UI: No limit
*
Expand Down Expand Up @@ -17662,11 +17662,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.
*
* - Windows: 500 recipients
* - classic Windows: 500 recipients
*
* - Android, classic Mac UI, iOS: 100 recipients
*
* - Web browser: 20 recipients
* - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
*
* - New Mac UI: No limit
*
Expand Down