Skip to content

Commit 591e27c

Browse files
[Outlook] Retire article (#5251)
* Retire article * Fix syntax
1 parent dd3e7b0 commit 591e27c

File tree

4 files changed

+13
-49
lines changed

4 files changed

+13
-49
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,10 @@
13211321
{
13221322
"source_path": "docs/outlook/privacy-and-security.md",
13231323
"redirect_url": "/office/dev/add-ins/concepts/privacy-and-security"
1324+
},
1325+
{
1326+
"source_path": "docs/outlook/add-in-requirements.md",
1327+
"redirect_url": "/office/dev/add-ins/concepts/requirements-for-running-office-add-ins"
13241328
}
13251329
]
1326-
}
1330+
}

docs/concepts/requirements-for-running-office-add-ins.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Requirements for running Office Add-ins
33
description: Learn about the client and server requirements that an end user needs to run Office Add-ins.
4-
ms.date: 02/05/2025
4+
ms.date: 06/25/2025
55
ms.localizationpriority: medium
66
---
77

@@ -26,10 +26,15 @@ For all types of add-ins (content, Outlook, and task pane add-ins and add-in com
2626
2727
For content and task pane add-ins, in the supported Office client applications - Excel, PowerPoint, Project, or Word - you also need either an [app catalog](../publish/publish-task-pane-and-content-add-ins-to-an-add-in-catalog.md) on SharePoint to upload the add-in's XML-formatted add-in only manifest file, or you need to deploy the add-in using [Integrated Apps](/microsoft-365/admin/manage/test-and-deploy-microsoft-365-apps).
2828

29-
To test and run an Outlook add-in, the user's Outlook email account must reside on Exchange 2016 or later, which is available through Microsoft 365, Exchange Online, or through an on-premises installation. The user or administrator installs manifest files for Outlook add-ins on that server.
29+
To test and run an Outlook add-in, the user's Outlook email account must reside on Exchange 2016 or later, which is available through Microsoft 365, Exchange Online, or through an on-premises installation. The user or administrator installs manifest files for Outlook add-ins on that server. For Exchange on-premises installations, the following requirements apply.
30+
31+
- The server must be Exchange 2016 or later.
32+
- Exchange Web Services (EWS) must be enabled and must be exposed to the Internet. Many add-ins require EWS to function properly.
33+
- The server must have a valid authentication certificate in order for the server to issue valid identity tokens. New installations of Exchange Server include a default authentication certificate. For more information, see [Digital certificates and encryption in Exchange 2016](/Exchange/architecture/client-access/certificates) and [Set-AuthConfig](/powershell/module/exchange/organization/Set-AuthConfig).
34+
- To access add-ins from [AppSource](https://appsource.microsoft.com/marketplace/apps?product=office), the client access servers must be able to communicate with AppSource.
3035

3136
> [!NOTE]
32-
> POP and IMAP email accounts in Outlook don't support Office Add-ins.
37+
> POP3 and IMAP email accounts in Outlook don't support Office Add-ins.
3338
3439
## Client requirements: Windows desktop and tablet
3540

docs/outlook/add-in-requirements.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,6 @@ items:
767767
- name: API reference - latest release
768768
href: reference/outlook-api-reference-latest.md
769769
displayName: Outlook
770-
- name: Add-in requirements
771-
href: outlook/add-in-requirements.md
772770
- name: Understanding add-in permissions
773771
href: outlook/understanding-outlook-add-in-permissions.md
774772
- name: Outlook add-in design guidelines

0 commit comments

Comments
 (0)