<?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">
  <Id>7cc826c1-4b66-4141-b0ab-05c1f916a4dc</Id>
  <Version>1.0.0.11</Version>
  <ProviderName>Fraser</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Matters.Cloud for Outlook" />
  <Description DefaultValue="Matters.Cloud for Outlook"/>
  <IconUrl DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/Images/MattersCloud.png"/>
  <SupportUrl DefaultValue="https://microsoft-matters-cloud.azurewebsites.net" />
  <AppDomains>
    <AppDomain>https://microsoft-matters-cloud.azurewebsites.net</AppDomain>
    <AppDomain>https://demo.matters.cloud</AppDomain>
    <AppDomain>https://login.microsoftonline.com</AppDomain>
    <AppDomain>https://login.live.com</AppDomain>
    <AppDomain>https://graph.microsoft.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Mailbox" />
  </Hosts>
  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.13" />
    </Sets>
  </Requirements>
  <FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/MessageRead.html"/>
        <RequestedHeight>250</RequestedHeight>
      </DesktopSettings>
    </Form>
    <Form xsi:type="ItemEdit">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/MessageCompose.html"/>
      </DesktopSettings>
    </Form>
  </FormSettings>

  <Permissions>ReadWriteMailbox</Permissions>
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
  </Rule>

  <DisableEntityHighlighting>false</DisableEntityHighlighting>

  <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">
      <Requirements>
        <bt:Sets DefaultMinVersion="1.13">
          <bt:Set Name="Mailbox" />
        </bt:Sets>
      </Requirements>
      <Hosts>
        <Host xsi:type="MailHost">
          <!--to be uncomment for live-->
          <Runtimes>
            <Runtime resid="WebViewRuntime">
              <Override type="javascript" resid="JSRuntime"/>
            </Runtime>
          </Runtimes>

          <DesktopFormFactor>
            <ExtensionPoint xsi:type="MessageReadCommandSurface">
              <!-- ExtensionPoint for multiselect Email -->
              <OfficeTab id="TabDefault">
                <Group id="msgReadGroup">
                  <Label resid="groupLabel" />
                  <!-- Launch the add-in : task pane button -->
                  <Control xsi:type="Button" id="msgReadOpenPaneButton">
                    <Label resid="paneReadButtonLabel" />
                    <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" />
                      <SupportsPinning>true</SupportsPinning>
                      <SupportsMultiSelect>true</SupportsMultiSelect>
                    </Action>
                  </Control>
                </Group>
              </OfficeTab>
            </ExtensionPoint>
          </DesktopFormFactor>
          <MobileFormFactor>
            <!-- Location of the Functions that UI-less buttons can trigger (ExecuteFunction Actions). -->
            <FunctionFile resid="functionFile" />
            <!-- Message Read -->
            <ExtensionPoint xsi:type="MobileMessageReadCommandSurface">
              <!-- Up to 6 Groups added per Tab -->
              <Group id="mobilemsgReadGroup">
                <Label resid="groupLabel" />
                <!-- Launch the add-in : task pane button -->
                <Control xsi:type="MobileButton" id="mblmsgReadOpenPaneButton">
                  <Label resid="mblpaneReadButtonLabel" />
                  <Icon xsi:type="bt:MobileIconList">
                    <bt:Image size="25" scale="1" resid="icon16"/>
                    <bt:Image size="25" scale="2" resid="icon32"/>
                    <bt:Image size="25" scale="3" resid="icon80"/>
                    <bt:Image size="32" scale="1" resid="icon16"/>
                    <bt:Image size="32" scale="2" resid="icon32"/>
                    <bt:Image size="32" scale="3" resid="icon80"/>
                    <bt:Image size="48" scale="1" resid="icon16"/>
                    <bt:Image size="48" scale="2" resid="icon32"/>
                    <bt:Image size="48" scale="3" resid="icon80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="mblmessageReadTaskPaneUrl" />
                  </Action>
                </Control>
                <!-- Go to http://aka.ms/ButtonCommands to learn how to add more Controls: ExecuteFunction and Menu -->
              </Group>
            </ExtensionPoint>
          </MobileFormFactor>
        </Host>
      </Hosts>
      <Resources>
        <bt:Images>
          <bt:Image id="icon16" DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/Images/MattersCloud.png"/>
          <bt:Image id="icon32" DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/Images/MattersCloud.png"/>
          <bt:Image id="icon80" DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/Images/MattersCloud.png"/>
          <bt:Image id="icon320" DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/Images/MattersCloudnotfound.png"/>
        </bt:Images>
        <bt:Urls>
          <bt:Url id="JSRuntime" DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/commands/commands.js"/>
          <bt:Url id="WebViewRuntime" DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/commands/commands.html"/>
          <bt:Url id="messageComposeTaskPaneUrl" DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/MessageCompose.html"/>
          <bt:Url id="functionFile" DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/Functions/FunctionFile.html"/>
          <bt:Url id="messageReadTaskPaneUrl" DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/MessageRead.html"/>
          <bt:Url id="mblmessageReadTaskPaneUrl" DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/MessageRead.html"/>
          <bt:Url id="mblmessageComposeTaskPaneUrl" DefaultValue="https://microsoft-matters-cloud.azurewebsites.net/MessageCompose.html"/>
        </bt:Urls>
        <bt:ShortStrings>
          <bt:String id="groupLabel" DefaultValue="Matters.Cloud for Outlook"/>
          <bt:String id="customTabLabel"  DefaultValue="Matters.Cloud for Outlook"/>
          <bt:String id="paneReadButtonLabel" DefaultValue="Matters.Cloud for Outlook"/>
          <bt:String id="mblpaneReadButtonLabel" DefaultValue="Matters.Cloud for Outlook"/>
          <bt:String id="paneReadSuperTipTitle" DefaultValue="Save emails, record time and access key information with Matters.Cloud for Outlook."/>
        </bt:ShortStrings>
        <bt:LongStrings>
          <bt:String id="paneReadSuperTipDescription" DefaultValue="Save emails, record time and access key information with Matters.Cloud for Outlook."/>
        </bt:LongStrings>
      </Resources>
    </VersionOverrides>
  </VersionOverrides>
</OfficeApp>

