You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/outlook/extension-module-outlook-add-ins.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Module extension Outlook add-ins
3
3
description: Create applications that run inside Outlook to make it easy for your users to access business information and productivity tools without ever leaving Outlook.
4
-
ms.date: 04/12/2024
4
+
ms.date: 02/27/2025
5
5
ms.localizationpriority: medium
6
6
---
7
7
@@ -10,14 +10,14 @@ ms.localizationpriority: medium
10
10
Module extension add-ins appear in the Outlook navigation bar, right alongside mail, tasks, and calendars. A module extension isn't limited to using mail and appointment information. You can create applications that run inside Outlook to make it easy for your users to access business information and productivity tools without ever leaving Outlook.
11
11
12
12
> [!TIP]
13
-
> Instead of module extensions, create [personal tab apps that open in Outlook](/microsoftteams/platform/m365-apps/extend-m365-teams-personal-tab)to provide a more modern and convenient solution. With personal tab apps, your users will have access to business critical data and productivity tools not just in Outlook, but across Microsoft 365 applications, including Microsoft Teams, and various platforms.
13
+
> Module extensions are only supported in classic Outlook on Windows. To provide a more modern solution that's available on various platforms, create [personal tab apps that open in Outlook](/microsoftteams/platform/m365-apps/extend-m365-teams-personal-tab)instead. With personal tab apps, your users will have access to business critical data and productivity tools not just in Outlook, but across Microsoft 365 applications, including Microsoft Teams, and various platforms.
14
14
15
15
## Supported clients and manifests
16
16
17
17
To create and run module extension add-ins, you must:
18
18
19
19
- Develop the add-in using an add-in only manifest. The [Unified manifest for Microsoft 365](../develop/json-manifest-overview.md) doesn't support module extensions.
20
-
- Run the add-in in Outlook 2016 or later on Windows.
20
+
- Run the add-in in classic Outlook on Windows (Outlook 2016 or later).
21
21
22
22
## Open a module extension
23
23
@@ -75,7 +75,6 @@ The following is a section of a manifest file that defines a module extension.
75
75
<CustomTabid="idTab">
76
76
<Groupid="idGroup">
77
77
<Labelresid="residGroupLabel"/>
78
-
<!-- Adds the module extension to the Outlook navigation bar. -->
0 commit comments