Freigeben über


SupportUrl-Element

Gibt die URL einer Seite an, die Supportinformationen für Ihr Add-In enthält.

Hinweis

In Outlook wird die im <SupportUrl-Element> angegebene URL nicht im Add-In oder Client angezeigt. Es wird nur im Abschnitt Support des Add-Ins angezeigt, wenn es in AppSource veröffentlicht wird.

Syntax

<OfficeApp>
...
  <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"/>
  <AppDomains>
  ...
  </AppDomains>
...
</OfficeApp>

Enthalten in

Kann enthalten

Element Erforderlich Beschreibung
Override Nein Gibt die Einstellung für zusätzliche Gebietsschema-URLs an.

Attribute

Attribut Typ Erforderlich Beschreibung
DefaultValue URL Ja Gibt den Standardwert für diese Einstellung an, der für das im DefaultLocale-Element angegebene Gebietsschema ausgedrückt wird.