Skip to content

Commit fedffca

Browse files
[Outlook] (manifest) Clarify where the SupportURL value is shown in Outlook (#2187)
1 parent a1893cb commit fedffca

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/manifest/supporturl.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
---
22
title: SupportUrl element in the manifest file
33
description: The SupportUrl element specifies the URL of a page that provides support information for your add-in.
4-
ms.date: 10/09/2018
4+
ms.date: 01/28/2025
55
ms.localizationpriority: medium
66
---
77

88
# SupportUrl element
99

1010
Specifies the URL of a page that provides support information for your add-in.
1111

12+
> [!NOTE]
13+
> In Outlook, the URL specified in the **\<SupportUrl\>** element isn't shown in the add-in or client. It's only shown in the **Support** section of the add-in when it's published to [AppSource](https://appsource.microsoft.com/).
14+
1215
## Syntax
1316

1417
```XML
1518
<OfficeApp>
1619
...
17-
<IconUrl DefaultValue="https://contoso.com/assets/icon-32.png" />
20+
<IconUrl DefaultValue="https://contoso.com/assets/icon-32.png"/>
1821
<HighResolutionIconUrl DefaultValue="https://contoso.com/assets/hi-res-icon.png"/>
19-
20-
21-
<SupportUrl DefaultValue="https://contoso.com/support " />
22-
23-
22+
<SupportUrl DefaultValue="https://contoso.com/support"/>
2423
<AppDomains>
2524
...
2625
</AppDomains>
@@ -36,7 +35,7 @@ Specifies the URL of a page that provides support information for your add-in.
3635

3736
| Element | Required | Description |
3837
|:-----|:-----:|:-----|
39-
| [Override](override.md) | No | Specifies the setting for additional locale urls |
38+
| [Override](override.md) | No | Specifies the setting for additional locale URLs. |
4039

4140
## Attributes
4241

0 commit comments

Comments
 (0)