Skip to content

Commit

Permalink
[Outlook] (manifest) Clarify where the SupportURL value is shown in O…
Browse files Browse the repository at this point in the history
…utlook (#2187)
  • Loading branch information
samantharamon authored Jan 28, 2025
1 parent a1893cb commit fedffca
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/manifest/supporturl.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
---
title: SupportUrl element in the manifest file
description: The SupportUrl element specifies the URL of a page that provides support information for your add-in.
ms.date: 10/09/2018
ms.date: 01/28/2025
ms.localizationpriority: medium
---

# SupportUrl element

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

> [!NOTE]
> 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/).
## Syntax

```XML
<OfficeApp>
...
<IconUrl DefaultValue="https://contoso.com/assets/icon-32.png" />
<IconUrl DefaultValue="https://contoso.com/assets/icon-32.png"/>
<HighResolutionIconUrl DefaultValue="https://contoso.com/assets/hi-res-icon.png"/>


<SupportUrl DefaultValue="https://contoso.com/support " />


<SupportUrl DefaultValue="https://contoso.com/support"/>
<AppDomains>
...
</AppDomains>
Expand All @@ -36,7 +35,7 @@ Specifies the URL of a page that provides support information for your add-in.

| Element | Required | Description |
|:-----|:-----:|:-----|
| [Override](override.md) | No | Specifies the setting for additional locale urls |
| [Override](override.md) | No | Specifies the setting for additional locale URLs. |

## Attributes

Expand Down

0 comments on commit fedffca

Please sign in to comment.