<?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"
  xsi:type="MailApp">

  <Id>ae18622f-b3e8-4e65-ae0f-52f931235922</Id>
  <Version>1.0.0.10</Version>
  <ProviderName>FollowUpp</ProviderName>
  <DefaultLocale>de-DE</DefaultLocale>
  <DisplayName DefaultValue="FollowUpp"/>
  <Description DefaultValue="Follow-up per BCC setzen"/>
  <IconUrl DefaultValue="https://followupp.de/outlook-addin/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://followupp.de/outlook-addin/assets/icon-80.png"/>
  <SupportUrl DefaultValue="https://followupp.de/"/>

  <AppDomains>
    <AppDomain>https://followupp.de</AppDomain>
  </AppDomains>

  <Hosts>
    <Host Name="Mailbox"/>
  </Hosts>

  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.1"/>
    </Sets>
  </Requirements>

  <FormSettings>
    <Form xsi:type="ItemEdit">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://followupp.de/outlook-addin/src/taskpane.html?v=7"/>
      </DesktopSettings>
    </Form>
  </FormSettings>

  <Permissions>ReadWriteItem</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">
    <Requirements>
      <bt:Sets DefaultMinVersion="1.3">
        <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="FollowUpp.Group">
                <Label resid="GroupLabel"/>
                <Control xsi:type="Button" id="FollowUpp.OpenPaneButton">
                  <Label resid="ButtonLabel"/>
                  <Supertip>
                    <Title resid="ButtonLabel"/>
                    <Description resid="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://followupp.de/outlook-addin/assets/icon-16.png?v=10"/>
  <bt:Image id="Icon.32x32" DefaultValue="https://followupp.de/outlook-addin/assets/icon-32.png?v=10"/>
  <bt:Image id="Icon.80x80" DefaultValue="https://followupp.de/outlook-addin/assets/icon-80.png?v=10"/>
</bt:Images>
<bt:Urls>
  <bt:Url id="Taskpane.Url" DefaultValue="https://followupp.de/outlook-addin/src/taskpane.html?v=8"/>
  <bt:Url id="Commands.Url" DefaultValue="https://followupp.de/outlook-addin/src/commands.html?v=1"/>
</bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GroupLabel" DefaultValue="FollowUpp"/>
        <bt:String id="ButtonLabel" DefaultValue="FollowUpp setzen"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="ButtonDescription" DefaultValue="Setzt eine FollowUpp-Adresse in BCC."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>