<?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>E730BDE3-6607-446C-958C-49B327E88811</Id>
  <Version>1.0.0.11</Version>
  <ProviderName>SSH Communications Security</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="SalaX"/>
  <Description DefaultValue="SalaX Secure Messaging AddIn for Outlook"/>
  <IconUrl DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/salax-logo-outlook_64.png"/>
  <HighResolutionIconUrl DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/salax-logo-outlook_128.png"/>
  <SupportUrl DefaultValue="https://www.ssh.com/products/support"/>
<AppDomains>
  <AppDomain>https://chat.ssh.net</AppDomain>
           <AppDomain>https://meeting.addin.ssh.net</AppDomain>
           <AppDomain>https://chat.ci.test.sshmatrix.com</AppDomain>

</AppDomains>

  <Hosts>
    <Host Name="Mailbox"/>
  </Hosts>
  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.3"/>

    </Sets>
  </Requirements>
  <FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://meeting.addin.ssh.net/taskpane.html"/>
        <RequestedHeight>250</RequestedHeight>
      </DesktopSettings>
    </Form>
  </FormSettings>
  <Permissions>ReadWriteItem</Permissions>
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Read"/>
  </Rule>


<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">

    <!-- Mailbox 1.3 is required for ExecuteFunction / provider APIs -->
    <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="AppointmentOrganizerCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="calComposeGroup">
                <Label resid="GroupLabel"/>


                <!-- NEW SalaX meeting toggle -->
                <Control xsi:type="Button" id="insertSalaXMeeting">
                  <Label resid="InsertMeeting.Label"/>
                  <Supertip>
                    <Title       resid="InsertMeeting.Label"/>
                    <Description resid="InsertMeeting.Tooltip"/>
                  </Supertip>
                <Icon>
    <bt:Image size="16" resid="Internal.16x16"/>
    <bt:Image size="32" resid="Internal.32x32"/>
    <bt:Image size="80" resid="Internal.80x80"/>
  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>createInternalMeeting</FunctionName>
                  </Action>
                </Control>
     <!--  SalaX external meeting button -->
                <Control xsi:type="Button" id="insertSalaXExternalMeeting">
  <Label resid="InsertExternalMeeting.Label"/>
  <Supertip>
    <Title       resid="InsertExternalMeeting.Label"/>
    <Description resid="InsertExternalMeeting.Tooltip"/>
  </Supertip>
  <Icon>
    <bt:Image size="16" resid="External.16x16"/>
    <bt:Image size="32" resid="External.32x32"/>
    <bt:Image size="80" resid="External.80x80"/>
  </Icon>
  <Action xsi:type="ExecuteFunction">
    <FunctionName>createExternalMeeting</FunctionName>
  </Action>
</Control>

                <Control xsi:type="Button" id="calComposeOpenPaneButton">
                  <Label resid="TaskpaneButton.Label"/>
                  <Supertip>
                    <Title       resid="TaskpaneButton.Label"/>
                    <Description resid="TaskpaneButton.Tooltip"/>
                  </Supertip>
                <Icon>
    <bt:Image size="16" resid="Settings.16x16"/>
    <bt:Image size="32" resid="Settings.32x32"/>
    <bt:Image size="80" resid="Settings.80x80"/>
  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>


              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>



      </Host>
    </Hosts>

    <Resources>
<bt:Images>
  <!-- App logo -->
  <bt:Image id="Icon.16x16" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/salax-logo-outlook_16.png"/>
  <bt:Image id="Icon.32x32" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/salax-logo-outlook_32.png"/>
  <bt:Image id="Icon.80x80" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/salax-logo-outlook_80.png"/>

  <!-- Settings (Icons8) -->
  <bt:Image id="Settings.16x16" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/16configure.png"/>
  <bt:Image id="Settings.32x32" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/32configure.png"/>
  <bt:Image id="Settings.80x80" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/80configure.png"/>

  <!-- External -->
  <bt:Image id="External.16x16" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/16external.png"/>
  <bt:Image id="External.32x32" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/32external.png"/>
  <bt:Image id="External.80x80" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/80external.png"/>

  <!-- Internal -->
  <bt:Image id="Internal.16x16" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/16internal.png"/>
  <bt:Image id="Internal.32x32" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/32internal.png"/>
  <bt:Image id="Internal.80x80" DefaultValue="https://sshmatrix-software.s3.eu-north-1.amazonaws.com/salax-addin-icons/80internal.png"/>


</bt:Images>



      <bt:Urls>
        <bt:Url id="Commands.Url" DefaultValue="https://meeting.addin.ssh.net/commands.html"/>
        <bt:Url id="Taskpane.Url"  DefaultValue="https://meeting.addin.ssh.net/taskpane.html"/>
      </bt:Urls>

      <bt:ShortStrings>
        <bt:String id="GroupLabel"            DefaultValue="SalaX"/>
        <bt:String id="TaskpaneButton.Label"  DefaultValue="Configure a meeting"/>
        <bt:String id="InsertMeeting.Label"   DefaultValue="Quick internal meeting"/>
        <bt:String id="InsertExternalMeeting.Label"   DefaultValue="Quick external meeting"/>

      </bt:ShortStrings>

      <bt:LongStrings>
        <bt:String id="TaskpaneButton.Tooltip" DefaultValue="Open SalaX settings and features"/>
        <bt:String id="InsertMeeting.Tooltip"  DefaultValue="Add or update a SalaX online meeting"/>
        <bt:String id="InsertExternalMeeting.Tooltip" DefaultValue="Add or update a SalaX external meeting"/>

      </bt:LongStrings>
      
    </Resources>

  </VersionOverrides>
</VersionOverrides>


</OfficeApp> 