<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp
  xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
  xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0"
  xsi:type="MailApp"
>
  <Id>a21d5f44-2d91-4a50-84dd-3a77799f83f2</Id>
  <Version>1.0.0.1</Version>
  <ProviderName>Hans Knöchel App- &amp; Web-Services</ProviderName>
  <DefaultLocale>de-DE</DefaultLocale>
  <DisplayName DefaultValue="E-Rechnung-Konverter" />
  <Description
    DefaultValue="PDF-Anlagen im Outlook-Entwurf auswählen, Rechnungsdaten prüfen und direkt als E-Rechnung anhängen."
  />
  <IconUrl DefaultValue="https://e-rechnungen-umwandeln.de/office/icon-64.png" />
  <HighResolutionIconUrl DefaultValue="https://e-rechnungen-umwandeln.de/office/icon-128.png" />
  <SupportUrl DefaultValue="https://e-rechnungen-umwandeln.de/impressum" />
  <AppDomains>
    <AppDomain>https://e-rechnungen-umwandeln.de</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Mailbox" />
  </Hosts>
  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.8" />
    </Sets>
  </Requirements>
  <FormSettings>
    <Form xsi:type="ItemEdit">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://e-rechnungen-umwandeln.de/outlook-add-in" />
      </DesktopSettings>
    </Form>
  </FormSettings>
  <Permissions>ReadWriteMailbox</Permissions>
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Edit" />
  </Rule>
  <DisableEntityHighlighting>false</DisableEntityHighlighting>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
    <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
      <Requirements>
        <bt:Sets DefaultMinVersion="1.8">
          <bt:Set Name="Mailbox" />
        </bt:Sets>
      </Requirements>
      <Hosts>
        <Host xsi:type="MailHost">
          <DesktopFormFactor>
            <FunctionFile resid="Commands.Url" />
            <ExtensionPoint xsi:type="MessageComposeCommandSurface">
              <OfficeTab id="TabDefault">
                <Group id="OutlookAddIn.Group">
                  <Label resid="OutlookAddIn.GroupLabel" />
                  <Control xsi:type="Button" id="OutlookAddIn.ShowTaskpane">
                    <Label resid="OutlookAddIn.ButtonLabel" />
                    <Supertip>
                      <Title resid="OutlookAddIn.ButtonLabel" />
                      <Description resid="OutlookAddIn.ButtonDescription" />
                    </Supertip>
                    <Icon>
                      <bt:Image size="16" resid="Icon.16x16" />
                      <bt:Image size="32" resid="Icon.32x32" />
                      <bt:Image size="80" resid="Icon.80x80" />
                    </Icon>
                    <Action xsi:type="ShowTaskpane">
                      <SourceLocation resid="Taskpane.Url" />
                    </Action>
                  </Control>
                </Group>
              </OfficeTab>
            </ExtensionPoint>
          </DesktopFormFactor>
        </Host>
      </Hosts>
      <Resources>
        <bt:Images>
          <bt:Image id="Icon.16x16" DefaultValue="https://e-rechnungen-umwandeln.de/office/icon-16.png" />
          <bt:Image id="Icon.32x32" DefaultValue="https://e-rechnungen-umwandeln.de/office/icon-32.png" />
          <bt:Image id="Icon.80x80" DefaultValue="https://e-rechnungen-umwandeln.de/office/icon-80.png" />
        </bt:Images>
        <bt:Urls>
          <bt:Url id="Commands.Url" DefaultValue="https://e-rechnungen-umwandeln.de/office/commands.html" />
          <bt:Url id="Taskpane.Url" DefaultValue="https://e-rechnungen-umwandeln.de/outlook-add-in" />
        </bt:Urls>
        <bt:ShortStrings>
          <bt:String id="OutlookAddIn.GroupLabel" DefaultValue="E-Rechnung" />
          <bt:String id="OutlookAddIn.ButtonLabel" DefaultValue="E-Rechnung erstellen" />
        </bt:ShortStrings>
        <bt:LongStrings>
          <bt:String
            id="OutlookAddIn.ButtonDescription"
            DefaultValue="Öffnet den E-Rechnung-Konverter für PDF-Anlagen im aktuellen Outlook-Entwurf."
          />
        </bt:LongStrings>
      </Resources>
    </VersionOverrides>
  </VersionOverrides>
</OfficeApp>
