﻿<?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"
  xsi:type="MailApp">
  <Id>e791f775-64d9-45ed-bda6-4a48842be41e</Id>
  <Version>1.0.0.2</Version>
  <ProviderName>MyDocSafe</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="MyDocSafe" />
  <Description DefaultValue="MyDocSafe - automate your digital signatures, client onboarding and document sharing"/>
  <IconUrl DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/Assets/Images/icon64.png"/>
  <HighResolutionIconUrl DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/Assets/Images/icon80.png" />
  <Hosts>
    <Host Name="Mailbox" />
  </Hosts>
  <Requirements>
    <Sets>
      <Set Name="MailBox" MinVersion="1.1" />
    </Sets>
  </Requirements>
  <!-- These elements support older clients that don't support add-in commands -->
  <FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <!-- NOTE: Just reusing the read taskpane page that is invoked by the button
             on the ribbon in clients that support add-in commands. You can
             use a completely different page if desired -->
        <SourceLocation DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/AllPropsView/AllProps.html"/>
        <RequestedHeight>450</RequestedHeight>
      </DesktopSettings>
    </Form>
    <Form xsi:type="ItemEdit">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/NoCommands/NoCommands.html"/>
      </DesktopSettings>
    </Form>
  </FormSettings>
  <Permissions>ReadWriteMailbox</Permissions>
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Edit" />
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
  </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="functionFile" />

          <!-- Message compose form -->
          <ExtensionPoint xsi:type="MessageComposeCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="msgComposeDemoGroup">
                <Label resid="groupLabel" />
                <!-- Task pane button -->
                <Control xsi:type="Button" id="msgComposeOpenPaneButton">
                  <Label resid="paneComposeButtonLabel" />
                  <Supertip>
                    <Title resid="paneComposeSuperTipTitle" />
                    <Description resid="paneComposeSuperTipDescription" />
                  </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="composeTaskPaneUrl" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>

          <!-- Message read form -->
          <ExtensionPoint xsi:type="MessageReadCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="msgReadDemoGroup">
                <Label resid="groupLabel" />
                <!-- Function (UI-less) button -->
                <Control xsi:type="Button" id="msgReadFunctionButton">
                  <Label resid="restpaneReadButtonLabel" />
                  <Supertip>
                    <Title resid="restpaneReadButtonLabel" />
                    <Description resid="restpaneReadButtonLabel" />
                  </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>MyDocSafeDecrypt</FunctionName>
                  </Action>-->
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="readTaskPaneUrl" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
          

        </DesktopFormFactor>

      </Host>
    </Hosts>

    <Resources>
      <bt:Images>
        <bt:Image id="icon16" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/Assets/Images/icon16.png"/>
        <bt:Image id="icon32" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/Assets/Images/icon32.png"/>
        <bt:Image id="icon80" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/Assets/Images/icon80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="functionFile" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/FunctionFile/Functions.html"/>
        <bt:Url id="readTaskPaneUrl" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/ReadSafelyPane/ReadSafely.html"/>
        <bt:Url id="composeTaskPaneUrl" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/SendSafelyPane/SendSafely.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="groupLabel" DefaultValue="Add-in Demo"/>
        <!-- Compose mode -->
        <bt:String id="funcComposeButtonLabel" DefaultValue="Insert default message"/>
        <bt:String id="menuComposeButtonLabel" DefaultValue="Insert message"/>
        <bt:String id="paneComposeButtonLabel" DefaultValue="Send Safely"/>

        <bt:String id="funcComposeSuperTipTitle" DefaultValue="Inserts the default message"/>
        <bt:String id="menuComposeSuperTipTitle" DefaultValue="Choose a message to insert"/>
        <bt:String id="paneComposeSuperTipTitle" DefaultValue="Send Safely Options pane"/>

        <bt:String id="menuItem1ComposeLabel" DefaultValue="Hello World!"/>
        <bt:String id="menuItem2ComposeLabel" DefaultValue="Add-in commands are cool!"/>
        <bt:String id="menuItem3ComposeLabel" DefaultValue="Visit Outlook Dev Center"/>

        <!-- Read mode -->
        <bt:String id="funcReadButtonLabel" DefaultValue="Get subject"/>
        <bt:String id="menuReadButtonLabel" DefaultValue="Get property"/>
        <bt:String id="paneReadButtonLabel" DefaultValue="Display all properties"/>
        <bt:String id="restpaneReadButtonLabel" DefaultValue="Read\File"/>

        <bt:String id="funcReadSuperTipTitle" DefaultValue="Gets the subject of the message or appointment"/>
        <bt:String id="menuReadSuperTipTitle" DefaultValue="Choose a property to get"/>
        <bt:String id="paneReadSuperTipTitle" DefaultValue="Get all properties"/>

        <bt:String id="menuItem1ReadLabel" DefaultValue="Get item class"/>
        <bt:String id="menuItem2ReadLabel" DefaultValue="Get date time created"/>
        <bt:String id="menuItem3ReadLabel" DefaultValue="Get item ID"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <!-- Compose mode -->
        <bt:String id="funcComposeSuperTipDescription" DefaultValue="Inserts text into body of the message or appointment. This is an example of a function button."/>
        <bt:String id="menuComposeSuperTipDescription" DefaultValue="Inserts your choice of text into body of the message or appointment. This is an example of a drop-down menu button."/>
        <bt:String id="paneComposeSuperTipDescription" DefaultValue="Opens a pane where you can select MyDocSafe sending options."/>

        <bt:String id="menuItem1ComposeTip" DefaultValue="Inserts Hello World! into the body of the message or appointment." />
        <bt:String id="menuItem2ComposeTip" DefaultValue="Inserts Add-in commands are cool! into the body of the message or appointment." />
        <bt:String id="menuItem3ComposeTip" DefaultValue="Inserts Visit Outlook Dev Center into the body of the message or appointment." />

        <!-- Read mode -->
        <bt:String id="funcReadSuperTipDescription" DefaultValue="Gets the subject of the message or appointment and displays it in the info bar. This is an example of a function button."/>
        <bt:String id="menuReadSuperTipDescription" DefaultValue="Gets the selected property of the message or appointment and displays it in the info bar. This is an example of a drop-down menu button."/>
        <bt:String id="paneReadSuperTipDescription" DefaultValue="Opens a pane displaying all available properties of the message or appointment. This is an example of a button that opens a task pane."/>

        <bt:String id="menuItem1ReadTip" DefaultValue="Gets the item class of the message or appointment and displays it in the info bar." />
        <bt:String id="menuItem2ReadTip" DefaultValue="Gets the date and time the message or appointment was created and displays it in the info bar." />
        <bt:String id="menuItem3ReadTip" DefaultValue="Gets the item ID of the message or appointment and displays it in the info bar." />
        <bt:String id="restpaneReadButtonLabel" DefaultValue="Read\File"/>
      </bt:LongStrings>
    </Resources>

    <!-- VersionOverrides for the v1.1 schema -->
    <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">

      <Requirements>
        <bt:Sets DefaultMinVersion="1.3">
          <bt:Set Name="Mailbox" />
        </bt:Sets>
      </Requirements>
      <Hosts>
        <Host xsi:type="MailHost">

          <DesktopFormFactor>
            <FunctionFile resid="functionFile" />

            <!-- Message compose form -->
            <ExtensionPoint xsi:type="MessageComposeCommandSurface">
              <OfficeTab id="TabDefault">
                <Group id="msgComposeDemoGroup">
                  <Label resid="groupLabel" />
                  <!-- Task pane button -->
                  <Control xsi:type="Button" id="msgComposeOpenPaneButton">
                    <Label resid="paneComposeButtonLabel" />
                    <Supertip>
                      <Title resid="paneComposeSuperTipTitle" />
                      <Description resid="paneComposeSuperTipDescription" />
                    </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="composeTaskPaneUrl" />
                    </Action>
                  </Control>
                </Group>
              </OfficeTab>
            </ExtensionPoint>

            <!-- Message read form -->
            <ExtensionPoint xsi:type="MessageReadCommandSurface">
              <OfficeTab id="TabDefault">
                <Group id="msgReadDemoGroup">
                  <Label resid="groupLabel" />
                  <!-- Function (UI-less) button -->
                  <Control xsi:type="Button" id="msgReadFunctionButton">
                    <Label resid="restpaneReadButtonLabel" />
                    <Supertip>
                      <Title resid="restpaneReadButtonLabel" />
                      <Description resid="restpaneReadButtonLabel" />
                    </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>MyDocSafeDecrypt</FunctionName>
                    </Action>-->
                    <Action xsi:type="ShowTaskpane">
                      <SourceLocation resid="readTaskPaneUrl" />
                    </Action>
                  </Control>
                </Group>
              </OfficeTab>
            </ExtensionPoint>

          </DesktopFormFactor>

          <MobileFormFactor>
            <FunctionFile resid="functionFile" />

            <ExtensionPoint xsi:type="MobileMessageReadCommandSurface">
              <Group id="mobileMsgRead">
                <Label resid="groupLabel" />
                <Control xsi:type="MobileButton" id="mblRestPaneButton">
                  <Label resid="restpaneReadButtonLabel" />
                  <Icon xsi:type="bt:MobileIconList">
                    <bt:Image size="25" scale="1" resid="icon32" />
                    <bt:Image size="25" scale="2" resid="icon32" />
                    <bt:Image size="25" scale="3" resid="icon32" />

                    <bt:Image size="32" scale="1" resid="icon32" />
                    <bt:Image size="32" scale="2" resid="icon32" />
                    <bt:Image size="32" scale="3" resid="icon32" />

                    <bt:Image size="48" scale="1" resid="icon32" />
                    <bt:Image size="48" scale="2" resid="icon32" />
                    <bt:Image size="48" scale="3" resid="icon32" />
                  </Icon>
                  <!--<Action xsi:type="ExecuteFunction">
                    <FunctionName>MyDocSafeReadMobile</FunctionName>
                  </Action>-->
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="restMobileTaskPaneUrl" />
                  </Action>
                </Control>
              </Group>
            </ExtensionPoint>
          </MobileFormFactor>
        </Host>
      </Hosts>

      <Resources>
        <bt:Images>
          <bt:Image id="icon16" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/Assets/Images/icon16.png"/>
          <bt:Image id="icon32" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/Assets/Images/icon32.png"/>
          <bt:Image id="icon80" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/Assets/Images/icon80.png"/>
        </bt:Images>
        <bt:Urls>
          <bt:Url id="functionFile" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/FunctionFile/Functions.html"/>
          <bt:Url id="readTaskPaneUrl" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/ReadSafelyPane/ReadSafely.html"/>
          <bt:Url id="composeTaskPaneUrl" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/SendSafelyPane/SendSafely.html"/>
          <bt:Url id="restTaskPaneUrl" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/RestCaller/RestCaller.html"/>
          <bt:Url id="restMobileTaskPaneUrl" DefaultValue="https://mydocsafe.com/Outlook/WebAddIn/Publish/RestCaller/mobile/RestCallerMobile.html"/>
        </bt:Urls>
        <bt:ShortStrings>
          <bt:String id="groupLabel" DefaultValue="Add-in Demo"/>
          <!-- Compose mode -->
          <bt:String id="funcComposeButtonLabel" DefaultValue="Insert default message"/>
          <bt:String id="menuComposeButtonLabel" DefaultValue="Insert message"/>
          <bt:String id="paneComposeButtonLabel" DefaultValue="Send Safely"/>

          <bt:String id="funcComposeSuperTipTitle" DefaultValue="Inserts the default message"/>
          <bt:String id="menuComposeSuperTipTitle" DefaultValue="Choose a message to insert"/>
          <bt:String id="paneComposeSuperTipTitle" DefaultValue="Send Safely Options pane"/>

          <bt:String id="menuItem1ComposeLabel" DefaultValue="Hello World!"/>
          <bt:String id="menuItem2ComposeLabel" DefaultValue="Add-in commands are cool!"/>
          <bt:String id="menuItem3ComposeLabel" DefaultValue="Visit Outlook Dev Center"/>

          <!-- Read mode -->
          <bt:String id="funcReadButtonLabel" DefaultValue="Get subject"/>
          <bt:String id="menuReadButtonLabel" DefaultValue="Get property"/>
          <bt:String id="paneReadButtonLabel" DefaultValue="Display all properties"/>
          <bt:String id="restpaneReadButtonLabel" DefaultValue="Read\File"/>

          <bt:String id="funcReadSuperTipTitle" DefaultValue="Gets the subject of the message or appointment"/>
          <bt:String id="menuReadSuperTipTitle" DefaultValue="Choose a property to get"/>
          <bt:String id="paneReadSuperTipTitle" DefaultValue="Get all properties"/>

          <bt:String id="menuItem1ReadLabel" DefaultValue="Get item class"/>
          <bt:String id="menuItem2ReadLabel" DefaultValue="Get date time created"/>
          <bt:String id="menuItem3ReadLabel" DefaultValue="Get item ID"/>
        </bt:ShortStrings>
        <bt:LongStrings>
          <!-- Compose mode -->
          <bt:String id="funcComposeSuperTipDescription" DefaultValue="Inserts text into body of the message or appointment. This is an example of a function button."/>
          <bt:String id="menuComposeSuperTipDescription" DefaultValue="Inserts your choice of text into body of the message or appointment. This is an example of a drop-down menu button."/>
          <bt:String id="paneComposeSuperTipDescription" DefaultValue="Opens a pane where you can select MyDocSafe sending options."/>

          <bt:String id="menuItem1ComposeTip" DefaultValue="Inserts Hello World! into the body of the message or appointment." />
          <bt:String id="menuItem2ComposeTip" DefaultValue="Inserts Add-in commands are cool! into the body of the message or appointment." />
          <bt:String id="menuItem3ComposeTip" DefaultValue="Inserts Visit Outlook Dev Center into the body of the message or appointment." />

          <!-- Read mode -->
          <bt:String id="funcReadSuperTipDescription" DefaultValue="Gets the subject of the message or appointment and displays it in the info bar. This is an example of a function button."/>
          <bt:String id="menuReadSuperTipDescription" DefaultValue="Gets the selected property of the message or appointment and displays it in the info bar. This is an example of a drop-down menu button."/>
          <bt:String id="paneReadSuperTipDescription" DefaultValue="Opens a pane displaying all available properties of the message or appointment. This is an example of a button that opens a task pane."/>
          <bt:String id="restpaneReadSuperTipDescription" DefaultValue="Opens a pane allowing you to test various REST API calls using the access token returned by the server."/>

          <bt:String id="menuItem1ReadTip" DefaultValue="Gets the item class of the message or appointment and displays it in the info bar." />
          <bt:String id="menuItem2ReadTip" DefaultValue="Gets the date and time the message or appointment was created and displays it in the info bar." />
          <bt:String id="menuItem3ReadTip" DefaultValue="Gets the item ID of the message or appointment and displays it in the info bar." />
          <bt:String id="restpaneReadButtonLabel" DefaultValue="Read\File"/>
        </bt:LongStrings>
      </Resources>
    </VersionOverrides>
  </VersionOverrides>
</OfficeApp>
