<?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>7c2f9a10-9b3e-4d21-9e0a-1c2f3a4b5c6d</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Octrax Holdings Limited</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="CloudBox"/>
  <Description DefaultValue="Send encrypted large attachments from Outlook with CloudBox — no attachment limits."/>
  <IconUrl DefaultValue="https://cloudbox.biz/downloads/cbx-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://cloudbox.biz/downloads/cbx-80.png"/>
  <SupportUrl DefaultValue="https://cloudbox.biz/downloads"/>
  <AppDomains>
    <AppDomain>https://cloudbox.biz</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Mailbox"/>
  </Hosts>
  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.3"/>
    </Sets>
  </Requirements>
  <FormSettings>
    <Form xsi:type="ItemEdit">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://cloudbox.biz/apps/outlook/taskpane.html"/>
      </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="taskpaneUrl"/>
          <ExtensionPoint xsi:type="MessageComposeCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="cbxGroup">
                <Label resid="groupLabel"/>
                <Control xsi:type="Button" id="cbxSendButton">
                  <Label resid="btnLabel"/>
                  <Supertip>
                    <Title resid="btnLabel"/>
                    <Description resid="btnTip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="icon16"/>
                    <bt:Image size="32" resid="icon32"/>
                    <bt:Image size="80" resid="icon80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="taskpaneUrl"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="icon16" DefaultValue="https://cloudbox.biz/downloads/cbx-16.png"/>
        <bt:Image id="icon32" DefaultValue="https://cloudbox.biz/downloads/cbx-32.png"/>
        <bt:Image id="icon80" DefaultValue="https://cloudbox.biz/downloads/cbx-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="taskpaneUrl" DefaultValue="https://cloudbox.biz/apps/outlook/taskpane.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="groupLabel" DefaultValue="CloudBox"/>
        <bt:String id="btnLabel" DefaultValue="Send with CloudBox"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="btnTip" DefaultValue="Attach a large file, encrypted end-to-end, and drop a download link into your email."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
