﻿<?xml version="1.0" encoding="UTF-8"?>
<!--Created:ce44715c-8c4e-446b-879c-ea9ebe0f09c8-->
<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">

  <!-- Begin Basic Settings: Add-in metadata, used for all versions of Office unless override provided. -->

  <!-- IMPORTANT! Id must be unique for your add-in, if you reuse this manifest ensure that you change this id to a new GUID. -->
  <Id>bbcd619a-9917-47f3-8e71-cad097a7c8ee</Id>

  <!--Version. Updates from the store only get triggered if there is a version change. -->
  <Version>1.0.19.1</Version>
  <ProviderName>Satuit Technologies</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <!-- The display name of your add-in. Used on the store and various places of the Office UI such as the add-ins dialog. -->
  <DisplayName DefaultValue="SatuitCRM Add-In" />
  <Description DefaultValue="SatuitCRM Add-In"/>
  <IconUrl DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/Images/SatuitIcon64.png?v=1.0.19" />

  <!-- Domains that will be allowed when navigating. For example, if you use ShowTaskpane and then have an href link, navigation will only be allowed if the domain is on this list. -->
  <AppDomains>
    <AppDomain>AppDomain1</AppDomain>
    <AppDomain>AppDomain2</AppDomain>
    <AppDomain>AppDomain3</AppDomain>
  </AppDomains>
  <!--End Basic Settings. -->
  
  <Hosts>
    <Host Name="Mailbox" />
  </Hosts>
  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.4" />
    </Sets>
  </Requirements>
  <FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/MessageRead.html?v=1.0.19"/>
        <RequestedHeight>250</RequestedHeight>
      </DesktopSettings>
    </Form>
    <Form xsi:type="ItemEdit">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/Settings.html?v=1.0.19"/>
      </DesktopSettings>
    </Form>
  </FormSettings>

  <Permissions>ReadWriteMailbox</Permissions>
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
    <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.4">
        <bt:Set Name="Mailbox" />
      </bt:Sets>
    </Requirements>
    <Hosts>
      <Host xsi:type="MailHost">

        <DesktopFormFactor>
          <!-- Location of the Functions that UI-less buttons can trigger (ExecuteFunction Actions). -->
          <FunctionFile resid="functionFile" />

          <!--<ExtensionPoint xsi:type="MessageComposeCommandSurface">
            <OfficeTab id="TabDefault">
              --><!-- Up to 6 Groups added per Tab --><!--
              <Group id="msgComposeGroup">
                <Label resid="groupLabel" />
                --><!-- Launch the add-in : task pane button --><!--
                <Control xsi:type="Button" id="msgSendAndAddToSatuit">
                  <Label resid="addinSendAndAddButtonLabel" />
                  <Supertip>
                    <Title resid="paneComposeSuperTipTitle" />
                    <Description resid="paneReadSuperTipDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="icon16" />
                    <bt:Image size="32" resid="icon32" />
                    <bt:Image size="80" resid="icon80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>sendAndAddToSatuit</FunctionName>
                  </Action>
                </Control>
                --><!-- Go to http://aka.ms/ButtonCommands to learn how to add more Controls: ExecuteFunction and Menu --><!--
              </Group>
            </OfficeTab>
          </ExtensionPoint>-->

          <ExtensionPoint xsi:type="AppointmentOrganizerCommandSurface">
            <OfficeTab id="TabDefault">
              <!-- Up to 6 Groups added per Tab -->
              <Group id="msgAppointmentGroup">
                <Label resid="groupLabel" />
                <!-- Launch the add-in : task pane button -->
                <Control xsi:type="Button" id="appointmentSendAndAddToSatuit">
                  <Label resid="addinButtonLabel" />
                  <Supertip>
                    <Title resid="paneAddToSatuitSuperTipTitle" />
                    <Description resid="addToSatuitSuperTipDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="icon16" />
                    <bt:Image size="32" resid="icon32" />
                    <bt:Image size="80" resid="icon80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>addToSatuit</FunctionName>
                  </Action>
                </Control>
                <!-- Go to http://aka.ms/ButtonCommands to learn how to add more Controls: ExecuteFunction and Menu -->
              </Group>
            </OfficeTab>
          </ExtensionPoint>

          <ExtensionPoint xsi:type="AppointmentAttendeeCommandSurface">
            <OfficeTab id="TabDefault">
              <!-- Up to 6 Groups added per Tab -->
              <Group id="msgAppointmentAttendeeGroup">
                <Label resid="groupLabel" />
                <!-- Launch the add-in : task pane button -->
                <Control xsi:type="Button" id="appointmentAttendeeSendAndAddToSatuit">
                  <Label resid="addinButtonLabel" />
                  <Supertip>
                    <Title resid="paneAddToSatuitSuperTipTitle" />
                    <Description resid="addToSatuitSuperTipDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="icon16" />
                    <bt:Image size="32" resid="icon32" />
                    <bt:Image size="80" resid="icon80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>addToSatuit</FunctionName>
                  </Action>
                </Control>
                <!-- Go to http://aka.ms/ButtonCommands to learn how to add more Controls: ExecuteFunction and Menu -->
              </Group>
            </OfficeTab>
          </ExtensionPoint>


          <!-- Message Read -->
          <ExtensionPoint xsi:type="MessageReadCommandSurface">
            <!-- Use the default tab of the ExtensionPoint or create your own with <CustomTab id="myTab"> -->
            <OfficeTab id="TabDefault">
              <!-- Up to 6 Groups added per Tab -->
              <Group id="msgReadGroup">
                <Label resid="groupLabel" />
                <!-- Launch the add-in : task pane button -->
                <!--<Control xsi:type="Button" id="msgReadOpenPaneButton">
                  <Label resid="displayMessageDataButtonLabel" />
                  <Supertip>
                    <Title resid="paneReadSuperTipTitle" />
                    <Description resid="paneReadSuperTipDescription" />
                  </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="messageReadTaskPaneUrl" />
                  </Action>
                </Control>-->
                <Control xsi:type="Button" id="msgComposeFunctionButton">
                  <Label resid="addinButtonLabel" />
                  <Supertip>
                    <Title resid="paneAddToSatuitSuperTipTitle" />
                    <Description resid="addToSatuitSuperTipDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="icon16" />
                    <bt:Image size="32" resid="icon32" />
                    <bt:Image size="80" resid="icon80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>addToSatuit</FunctionName>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="settingsMenuButton">
                  <Label resid="displaySettingsLabel" />
                  <Supertip>
                    <Title resid="paneSettingsSuperTipTitle" />
                    <Description resid="paneSettingsSuperTipDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="toolsIcon16" />
                    <bt:Image size="32" resid="toolsIcon32" />
                    <bt:Image size="80" resid="toolsIcon80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="settingsTaskPaneUrl" />
                  </Action>
                </Control>
                <!-- Menu (dropdown) button -->
                <!--<Control xsi:type="Menu" id="settingsMenuButton">
                  <Label resid="displaySettingsLabel" />
                  <Supertip>
                    <Title resid="paneReadSuperTipTitle" />
                    <Description resid="paneReadSuperTipDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="icon16" />
                    <bt:Image size="32" resid="icon32" />
                    <bt:Image size="80" resid="icon80" />
                  </Icon>
                  <Items>
                    <Item id="msgComposeMenuItem1">
                      <Label resid="menuSettingsLabel" />
                      <Supertip>
                        <Title resid="test1Label" />
                        <Description resid="test2Label" />
                      </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="settingsTaskPaneUrl" />
                      </Action>
                      
                --><!--<Action xsi:type="ShowTaskpane">
                        <SourceLocation resid="messageReadTaskPaneUrl" />
                      </Action>--><!--
                    </Item>
                  </Items>
                </Control>-->
                <!-- Go to http://aka.ms/ButtonCommands to learn how to add more Controls: ExecuteFunction and Menu -->
              </Group>
            </OfficeTab>
          </ExtensionPoint>
          <!-- Go to http://aka.ms/ExtensionPointsCommands to learn how to add more Extension Points: MessageRead, AppointmentOrganizer, AppointmentAttendee -->
        </DesktopFormFactor>
      </Host>
    </Hosts>

    <Resources>
      <bt:Images>
        <bt:Image id="icon16" DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/Images/Icon16.png?v=1.0.19"/>
        <bt:Image id="icon32" DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/Images/Icon32.png?v=1.0.19"/>
        <bt:Image id="icon80" DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/Images/Icon80.png?v=1.0.19"/>
        <bt:Image id="toolsIcon16" DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/Images/Tools16.png?v=1.0.19"/>
        <bt:Image id="toolsIcon32" DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/Images/Tools32.png?v=1.0.19"/>
        <bt:Image id="toolsIcon80" DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/Images/Tools80.png?v=1.0.19"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="functionFile" DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/Functions/FunctionFile.html?v=1.0.19"/>
        <bt:Url id="messageReadTaskPaneUrl" DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/MessageRead.html?v=1.0.19"/>
        <bt:Url id="settingsTaskPaneUrl" DefaultValue="https://www2.satuitcrm.com/outlookwebaddin2/Settings.html?v=1.0.19"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="groupLabel" DefaultValue="SatuitCRM Add-In"/>
        <bt:String id="customTabLabel"  DefaultValue="My Add-in Tab"/>
        <bt:String id="displayMessageDataButtonLabel" DefaultValue="Show Message Data"/>
        <bt:String id="displaySettingsLabel" DefaultValue="Settings"/>
        <bt:String id="addinButtonLabel" DefaultValue="Add to SatuitCRM"/>
        <bt:String id="addinSendAndAddButtonLabel" DefaultValue="Send And Add to SatuitCRM"/>
        <bt:String id="paneComposeSuperTipTitle" DefaultValue="Send and Add to SatuitCRM"/>
        <bt:String id="paneReadSuperTipTitle" DefaultValue="Get all properties"/>
        <bt:String id="paneSettingsSuperTipTitle" DefaultValue="Sets the properties of the SatuitCRM Add-In"/>
        <bt:String id="paneAddToSatuitSuperTipTitle" DefaultValue="Add to SatuitCRM"/>
        <bt:String id="menuSatuitButtonLabel" DefaultValue="Satuit Technologies"/>
        <bt:String id="menuSettingsLabel" DefaultValue="Settings"/>
        <bt:String id="test1Label" DefaultValue="Settings"/>
        <bt:String id="test2Label" DefaultValue="Settings"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="addToSatuitSuperTipDescription" DefaultValue="Add to SatuitCRM."/>
        <bt:String id="paneSettingsSuperTipDescription" DefaultValue="Opens a pane displaying the Satuit Add-in settings."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
