Skip to content

Commit 7c8522b

Browse files
[Outlook] (accounts) Clarify add-in support for non-Microsoft mailbox accounts (#5245)
* Draft add-in support on non-Microsoft accounts * Clarify support on classic Outlook on Windows and add links * Update ms.date * Apply suggestions from review Co-authored-by: Elizabeth Samuel <[email protected]> --------- Co-authored-by: Elizabeth Samuel <[email protected]>
1 parent 991b1ed commit 7c8522b

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

docs/outlook/one-outlook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Develop Outlook add-ins for the new Outlook on Windows
33
description: Learn how to develop add-ins that are compatible with the new Outlook on Windows.
4-
ms.date: 06/26/2025
4+
ms.date: 07/01/2025
55
ms.localizationpriority: medium
66
---
77

@@ -64,7 +64,7 @@ Test your Outlook web add-in in the new Outlook on Windows today! To switch to t
6464
- Have a Microsoft 365 work or school account connected to Exchange Online. The new client doesn't currently support on-premises, hybrid, or sovereign Exchange accounts.
6565

6666
> [!NOTE]
67-
> While you can add non-Microsoft mail accounts, such as Gmail, to the new Outlook on Windows, you can only use Outlook add-ins with a Microsoft account.
67+
> While you can add non-Microsoft mail accounts, such as Gmail, to the new Outlook on Windows, you can only use Outlook add-ins with a Microsoft account. For more information, see the "Supported accounts" section of the [Outlook add-ins overview](outlook-add-ins-overview.md#supported-accounts).
6868
6969
- Have a minimum OS installation of Windows 10 Version 1809 (Build 17763).
7070

docs/outlook/outlook-add-ins-overview.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Outlook add-ins overview
33
description: Outlook add-ins extend or customize the Outlook UI and are developed by Microsoft and partners using our web-based platform.
4-
ms.date: 06/05/2025
4+
ms.date: 07/01/2025
55
ms.topic: overview
66
ms.custom: scenarios:getting-started
77
ms.localizationpriority: high
@@ -92,6 +92,22 @@ However, add-ins won't activate on IRM-protected items when:
9292

9393
Outlook add-ins are supported in Outlook on the web, Outlook on Windows (new and classic), Outlook on Mac, Outlook on iOS, Outlook on Android, and Outlook.com. Not all of the newest features are supported in all clients at the same time. For details about feature support on clients and servers, see [Requirement sets supported by Exchange servers and Outlook clients](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets#requirement-sets-supported-by-exchange-servers-and-outlook-clients) and articles specific to those features.
9494

95+
## Supported accounts
96+
97+
On supported Outlook clients, add-ins can run on Outlook.com (consumer or personal) and Microsoft 365 business mailbox accounts. For more information on Microsoft accounts, see [What's the difference between a Microsoft account and a work or school account?](https://support.microsoft.com/account-billing/72f10e1e-cab8-4950-a8da-7c45339575b0).
98+
99+
While non-Microsoft mailbox accounts, such as Gmail and Yahoo Mail, can be added to certain Outlook clients, Outlook add-ins aren't always supported on these accounts. The following table outlines add-in support on non-Microsoft accounts for each Outlook client.
100+
101+
|Outlook client|Add-in support on non-Microsoft accounts|
102+
|-----|-----|
103+
|Web|Not supported.|
104+
|new Outlook on Windows|Not supported.|
105+
|classic Outlook on Windows|Not supported.|
106+
|Mac|<ul><li>If a non-Microsoft account was added using the IMAP CloudCache option, add-ins are supported.</li><li>If a non-Microsoft account was added using the IMAP Direct option, add-ins aren't supported.</li></ul>|
107+
|Mobile (Android and iOS)|Not supported.|
108+
109+
When using non-Microsoft accounts that support add-ins in Outlook, note that you must first select a folder or item in the non-Microsoft mailbox to load the add-in.
110+
95111
## Get started building Outlook add-ins
96112

97113
To get started building Outlook add-ins, try the following:

docs/outlook/outlook-mobile-addins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Add-ins for Outlook on mobile devices
33
description: Outlook mobile add-ins are supported on all Microsoft 365 business accounts and Outlook.com accounts.
4-
ms.date: 06/19/2025
4+
ms.date: 07/01/2025
55
ms.localizationpriority: medium
66
---
77

88
# Add-ins for Outlook on mobile devices
99

1010
Add-ins now work in Outlook on mobile devices, using the same APIs available for other Outlook endpoints. If you've built an add-in for Outlook already, it's easy to get it working on Outlook mobile.
1111

12-
Outlook mobile add-ins are supported on all Microsoft 365 business accounts and Outlook.com accounts. However, support is not currently available on Gmail accounts.
12+
Outlook mobile add-ins are supported on all Microsoft 365 business accounts and Outlook.com accounts. However, support isn't currently available for non-Microsoft accounts, such as Gmail. For more information, see the "Supported accounts" section of [Outlook add-ins overview](outlook-add-ins-overview.md#supported-accounts).
1313

1414
**An example task pane in Outlook on iOS**
1515

0 commit comments

Comments
 (0)