<?xml version="1.0" encoding="UTF-8"?>
<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>554972cc-6dc7-4e89-9a96-89edcffa7fdf</Id>
  <Version>0.1.0.0</Version>
  <ProviderName>rpapub</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="RPA Embed Data"/>
  <Description DefaultValue="Embed structured metadata into email messages via Microsoft Graph."/>

  <IconUrl DefaultValue="https://rpapub.github.io/EnfoldedOrichalcum/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://rpapub.github.io/EnfoldedOrichalcum/assets/icon-80.png"/>
  <SupportUrl DefaultValue="https://rpapub.github.io/EnfoldedOrichalcum/"/>

  <AppDomains>
    <AppDomain>https://rpapub.github.io</AppDomain>
    <AppDomain>https://login.microsoftonline.com</AppDomain>
    <AppDomain>https://graph.microsoft.com</AppDomain>
  </AppDomains>

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

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

  <FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://rpapub.github.io/EnfoldedOrichalcum/taskpane.html"/>
        <RequestedHeight>450</RequestedHeight>
      </DesktopSettings>
    </Form>
  </FormSettings>

  <Permissions>ReadItem</Permissions>

  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Read"/>
  </Rule>

  <VersionOverrides
    xmlns="http://schemas.microsoft.com/office/mailappversionoverrides"
    xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
    xsi:type="VersionOverridesV1_0">
    <Requirements>
      <bt:Sets>
        <bt:Set Name="Mailbox" MinVersion="1.3"/>
      </bt:Sets>
    </Requirements>

    <Hosts>
      <Host xsi:type="MailHost">
        <DesktopFormFactor>
          <FunctionFile resid="Commands.Url"/>
          <ExtensionPoint xsi:type="MessageReadCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="msgReadGroup">
                <Label resid="GroupLabel"/>
                <Control xsi:type="Button" id="msgReadOpenPaneButton">
                  <Label resid="TaskpaneButton.Label"/>
                  <Supertip>
                    <Title resid="TaskpaneButton.Label"/>
                    <Description resid="TaskpaneButton.Tooltip"/>
                  </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://rpapub.github.io/EnfoldedOrichalcum/assets/icon-16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://rpapub.github.io/EnfoldedOrichalcum/assets/icon-32.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://rpapub.github.io/EnfoldedOrichalcum/assets/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Commands.Url" DefaultValue="https://rpapub.github.io/EnfoldedOrichalcum/taskpane.html"/>
        <bt:Url id="Taskpane.Url" DefaultValue="https://rpapub.github.io/EnfoldedOrichalcum/taskpane.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GroupLabel" DefaultValue="RPA Embed Data"/>
        <bt:String id="TaskpaneButton.Label" DefaultValue="RPA Embed Data"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="TaskpaneButton.Tooltip" DefaultValue="Open the RPA Embed Data pane to embed structured metadata into this email."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>

</OfficeApp>
