Skip to content

Commit

Permalink
Merge pull request #2140 from OfficeDev/main
Browse files Browse the repository at this point in the history
[Admin] Publish
  • Loading branch information
ElizabethSamuel-MSFT authored Nov 19, 2024
2 parents 393a69b + 8ab32bb commit 856386e
Show file tree
Hide file tree
Showing 105 changed files with 70,326 additions and 7,234 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,8 @@ methods:
The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the
compose form.
remarks: >-
\[ [API set: Mailbox 1.1](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
\[ [API set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new
Outlook on Windows](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
**[Minimum permission
Expand All @@ -1407,9 +1408,14 @@ methods:
**Important**:
- This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook
mobile, see [Outlook JavaScript APIs supported in Outlook on mobile
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, you can try
using the `addFileAttachmentFromBase64` API introduced with requirement set 1.8.
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
- The URI of the file to be attached must support caching in production. The server hosting the image shouldn't
Expand Down Expand Up @@ -1500,7 +1506,8 @@ methods:
The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the
compose form.
remarks: >-
\[ [API set: Mailbox 1.1](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
\[ [API set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new
Outlook on Windows](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
**[Minimum permission
Expand All @@ -1516,9 +1523,14 @@ methods:
**Important**:
- This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook
mobile, see [Outlook JavaScript APIs supported in Outlook on mobile
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, you can try
using the `addFileAttachmentFromBase64` API introduced with requirement set 1.8.
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
- The URI of the file to be attached must support caching in production. The server hosting the image shouldn't
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,10 @@ properties:
-->**: Appointment Attendee
**Important**: In Outlook on the web and on Windows (new and classic), the appointment organizer is included
in the object returned by the `requiredAttendees` property.
#### Examples
Expand Down
24 changes: 18 additions & 6 deletions docs/docs-ref-autogen/outlook/outlook/office.messagecompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,8 @@ methods:
The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the
compose form.
remarks: >-
\[ [API set: Mailbox 1.1](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
\[ [API set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new
Outlook on Windows](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
**[Minimum permission
Expand All @@ -1146,9 +1147,14 @@ methods:
**Important**:
- This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook
mobile, see [Outlook JavaScript APIs supported in Outlook on mobile
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, you can try
using the `addFileAttachmentFromBase64` API introduced with requirement set 1.8.
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
- The URI of the file to be attached must support caching in production. The server hosting the image shouldn't
Expand Down Expand Up @@ -1239,7 +1245,8 @@ methods:
The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the
compose form.
remarks: >-
\[ [API set: Mailbox 1.1](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
\[ [API set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new
Outlook on Windows](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
**[Minimum permission
Expand All @@ -1255,9 +1262,14 @@ methods:
**Important**:
- This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook
mobile, see [Outlook JavaScript APIs supported in Outlook on mobile
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, you can try
using the `addFileAttachmentFromBase64` API introduced with requirement set 1.8.
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
- The URI of the file to be attached must support caching in production. The server hosting the image shouldn't
Expand Down
5 changes: 5 additions & 0 deletions docs/docs-ref-autogen/outlook/outlook/office.recipients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ methods:
- Mac (new UI): No limit
In classic Outlook on Windows, the appointment organizer is included in the object returned by the `getAsync`
method when you create a new appointment or edit an existing one. In Outlook on the web and new Outlook on
Windows, the organizer is only included in the returned object when you edit an existing appointment.
The `getAsync` method only returns recipients resolved by the Outlook client. A resolved recipient has the
following characteristics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,8 @@ methods:
The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the
compose form.
remarks: >-
\[ [API set: Mailbox 1.1](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
\[ [API set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new
Outlook on Windows](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
**[Minimum permission
Expand All @@ -627,9 +628,14 @@ methods:
**Important**:
- This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook
mobile, see [Outlook JavaScript APIs supported in Outlook on mobile
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, you can try
using the `addFileAttachmentFromBase64` API introduced with requirement set 1.8.
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
- The URI of the file to be attached must support caching in production. The server hosting the image shouldn't
Expand Down Expand Up @@ -720,7 +726,8 @@ methods:
The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the
compose form.
remarks: >-
\[ [API set: Mailbox 1.1](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
\[ [API set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new
Outlook on Windows](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
**[Minimum permission
Expand All @@ -736,9 +743,14 @@ methods:
**Important**:
- This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook
mobile, see [Outlook JavaScript APIs supported in Outlook on mobile
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, you can try
using the `addFileAttachmentFromBase64` API introduced with requirement set 1.8.
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
- The URI of the file to be attached must support caching in production. The server hosting the image shouldn't
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,10 @@ properties:
-->**: Appointment Attendee
**Important**: In Outlook on the web and on Windows (new and classic), the appointment organizer is included
in the object returned by the `requiredAttendees` property.
#### Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,8 @@ methods:
The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the
compose form.
remarks: >-
\[ [API set: Mailbox 1.1](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
\[ [API set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new
Outlook on Windows](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
**[Minimum permission
Expand All @@ -513,9 +514,14 @@ methods:
**Important**:
- This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook
mobile, see [Outlook JavaScript APIs supported in Outlook on mobile
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, you can try
using the `addFileAttachmentFromBase64` API introduced with requirement set 1.8.
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
- The URI of the file to be attached must support caching in production. The server hosting the image shouldn't
Expand Down Expand Up @@ -606,7 +612,8 @@ methods:
The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the
compose form.
remarks: >-
\[ [API set: Mailbox 1.1](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
\[ [API set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new
Outlook on Windows](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
**[Minimum permission
Expand All @@ -622,9 +629,14 @@ methods:
**Important**:
- This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook
mobile, see [Outlook JavaScript APIs supported in Outlook on mobile
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, you can try
using the `addFileAttachmentFromBase64` API introduced with requirement set 1.8.
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
- The URI of the file to be attached must support caching in production. The server hosting the image shouldn't
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@ methods:
- Mac (new UI): No limit
In classic Outlook on Windows, the appointment organizer is included in the object returned by the `getAsync`
method when you create a new appointment or edit an existing one. In Outlook on the web and new Outlook on
Windows, the organizer is only included in the returned object when you edit an existing appointment.
The `getAsync` method only returns recipients resolved by the Outlook client. A resolved recipient has the
following characteristics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,8 @@ methods:
The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the
compose form.
remarks: >-
\[ [API set: Mailbox 1.1](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
\[ [API set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new
Outlook on Windows](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
**[Minimum permission
Expand All @@ -1178,9 +1179,14 @@ methods:
**Important**:
- This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook
mobile, see [Outlook JavaScript APIs supported in Outlook on mobile
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, you can try
using the `addFileAttachmentFromBase64` API introduced with requirement set 1.8.
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
- The URI of the file to be attached must support caching in production. The server hosting the image shouldn't
Expand Down Expand Up @@ -1271,7 +1277,8 @@ methods:
The `addFileAttachmentAsync` method uploads the file at the specified URI and attaches it to the item in the
compose form.
remarks: >-
\[ [API set: Mailbox 1.1](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
\[ [API set: Mailbox 1.1 for Outlook on Windows (classic) and on Mac, Mailbox 1.8 for Outlook on the web and new
Outlook on Windows](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
**[Minimum permission
Expand All @@ -1287,9 +1294,14 @@ methods:
**Important**:
- This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook
mobile, see [Outlook JavaScript APIs supported in Outlook on mobile
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, you can try
using the `addFileAttachmentFromBase64` API introduced with requirement set 1.8.
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
- The URI of the file to be attached must support caching in production. The server hosting the image shouldn't
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,10 @@ properties:
-->**: Appointment Attendee
**Important**: In Outlook on the web and on Windows (new and classic), the appointment organizer is included
in the object returned by the `requiredAttendees` property.
#### Examples
Expand Down
Loading

0 comments on commit 856386e

Please sign in to comment.