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
6 changes: 6 additions & 0 deletions types/office-js-preview/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15524,6 +15524,8 @@ declare namespace Office {
* Nested app authentication is the recommended approach for tokens going forward. For more information, see our {@link https://aka.ms/NAApreviewblog | blog post} and
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens | FAQ page}.
*
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
*
* - This method is only supported in read mode in Outlook on Android and on iOS. For more information on supported APIs in Outlook mobile, see
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
*
Expand Down Expand Up @@ -15628,6 +15630,8 @@ declare namespace Office {
* For more information on supported APIs in Outlook mobile, see
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
*
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
*
* - For guidance on delegate or shared scenarios, see the
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delegate-access | shared folders and shared mailbox} article.
*
Expand Down Expand Up @@ -15712,6 +15716,8 @@ declare namespace Office {
* - The `getUserIdentityTokenAsync` method returns a token that you can use to identify and
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/authentication | authenticate the add-in and user with an external system}.
*
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
*
* **Errors**:
*
* - `HTTPRequestFailure`: The request has failed. Please look at the diagnostics object for the HTTP error code.
Expand Down
6 changes: 6 additions & 0 deletions types/office-js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15277,6 +15277,8 @@ declare namespace Office {
* Nested app authentication is the recommended approach for tokens going forward. For more information, see our {@link https://aka.ms/NAApreviewblog | blog post} and
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens | FAQ page}.
*
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
*
* - This method is only supported in read mode in Outlook on Android and on iOS. For more information on supported APIs in Outlook mobile, see
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
*
Expand Down Expand Up @@ -15381,6 +15383,8 @@ declare namespace Office {
* For more information on supported APIs in Outlook mobile, see
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
*
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
*
* - For guidance on delegate or shared scenarios, see the
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delegate-access | shared folders and shared mailbox} article.
*
Expand Down Expand Up @@ -15465,6 +15469,8 @@ declare namespace Office {
* - The `getUserIdentityTokenAsync` method returns a token that you can use to identify and
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/authentication | authenticate the add-in and user with an external system}.
*
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
*
* **Errors**:
*
* - `HTTPRequestFailure`: The request has failed. Please look at the diagnostics object for the HTTP error code.
Expand Down