diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 6a99f15f4d..0904b13012 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -9006,6 +9006,7 @@ declare namespace Office { * for a meeting. By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0] @@ -9058,6 +9059,7 @@ declare namespace Office { * for a meeting. By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0] @@ -9930,6 +9932,7 @@ declare namespace Office { * By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0] @@ -9967,6 +9970,7 @@ declare namespace Office { * By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0] @@ -14439,6 +14443,7 @@ declare namespace Office { * By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.1] @@ -14484,6 +14489,7 @@ declare namespace Office { * the message. By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0] @@ -14621,6 +14627,7 @@ declare namespace Office { * By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0] diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 1cdca18536..20d31580cb 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -8628,6 +8628,7 @@ declare namespace Office { * for a meeting. By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0] @@ -8680,6 +8681,7 @@ declare namespace Office { * for a meeting. By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0] @@ -9335,6 +9337,7 @@ declare namespace Office { * By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0] @@ -9372,6 +9375,7 @@ declare namespace Office { * By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0] @@ -9628,10 +9632,7 @@ declare namespace Office { * Provides access to the optional attendees of an event. The type of object and level of access depends on the mode of the current item. * * The optionalAttendees property returns an array that contains an {@link Office.EmailAddressDetails} object for each optional attendee to - * the meeting. By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. - * - * - Get 500 members maximum. - * - Set a maximum of 100 members per call, up to 500 members total. + * the meeting. By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, you can get 500 members maximum. * * [Api set: Mailbox 1.0] * @@ -12595,6 +12596,7 @@ declare namespace Office { * By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.1] @@ -12626,6 +12628,7 @@ declare namespace Office { * the message. By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0] @@ -12747,6 +12750,7 @@ declare namespace Office { * By default, the collection is limited to a maximum of 100 members. However, on Windows and Mac, the following limits apply. * * - Get 500 members maximum. + * * - Set a maximum of 100 members per call, up to 500 members total. * * [Api set: Mailbox 1.0]