﻿<?xml version="1.0" encoding="UTF-8"?>
<!--Created:cb85b80c-f585-40ff-8bfc-12ff4d0e34a9-->
<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>c1ba35a2-d155-455e-b596-5e4d620d6328</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>IFS</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="IFS SRM"/>
  <!--<DisplayName DefaultValue="IFS CRM Panel" />-->
  <Description DefaultValue="SRM panel for outlook"/>
  <IconUrl DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/CRMPanel-64.png" />
  <HighResolutionIconUrl DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/CRMPanel-80.png" /> 
  <SupportUrl DefaultValue="https://app_url/main/ifsapplications/rmpanel/AppRead/Home/Home.html?LoadDetailsIfOne=TRUE&amp;Supplier=true" />
  <AppDomains>     
    <AppDomain>https://login.windows.net</AppDomain>
    <AppDomain>https://login.microsoftonline.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Mailbox" />
  </Hosts>
  <Requirements>
    <Sets>
      <Set Name="MailBox" MinVersion="1.1" />
    </Sets>
  </Requirements>
  <FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://app_url/main/ifsapplications/rmpanel/AppRead/Home/Home.html?LoadDetailsIfOne=TRUE&amp;Supplier=true"/>
        <RequestedHeight>250</RequestedHeight>
      </DesktopSettings>
    </Form>
    <Form xsi:type="ItemEdit">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://app_url/main/ifsapplications/rmpanel/AppCompose/Home/Home.html?Supplier=true"/>
      </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="Appointment" FormType="Edit" />
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
    <Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Read" />
  </Rule>
  <DisableEntityHighlighting>false</DisableEntityHighlighting>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Description resid="residDescription" />
    <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" />
                <!-- Function (UI-less) button -->
                <Control xsi:type="Button" id="msgComposeFunctionButton">
                  <Label resid="funcComposeButtonLabel" />
                  <Supertip>
                    <Title resid="funcComposeSuperTipTitle" />
                    <Description resid="funcComposeSuperTipDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="send-icon-16" />
                    <bt:Image size="32" resid="send-icon-32" />
                    <bt:Image size="64" resid="send-icon-64" />
                    <bt:Image size="80" resid="send-icon-80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>sendAndSave</FunctionName>
                  </Action>
                </Control>
                <!--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="panel-icon-16" />
                    <bt:Image size="32" resid="panel-icon-32" />
                    <bt:Image size="64" resid="panel-icon-64" />
                    <bt:Image size="80" resid="panel-icon-80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="AppCompose"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>


          <!--Appointment compose form-->
          <ExtensionPoint xsi:type="AppointmentOrganizerCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="apptComposeDemoGroup">
                <Label resid="groupLabel" />
                <!--Task pane button-->
                <Control xsi:type="Button" id="apptComposeOpenPaneButton">
                  <Label resid="paneComposeButtonLabel" />
                  <Supertip>
                    <Title resid="paneComposeSuperTipTitle" />
                    <Description resid="paneComposeSuperTipDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="panel-icon-16" />
                    <bt:Image size="32" resid="panel-icon-32" />
                    <bt:Image size="64" resid="panel-icon-64" />
                    <bt:Image size="80" resid="panel-icon-80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation  resid="AppCompose"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>

          <!-- Message read form -->
          <ExtensionPoint xsi:type="MessageReadCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="msgReadDemoGroup">
                <Label resid="groupLabel" />
                <Control xsi:type="Button" id="msgReadFunctionButton">
                  <Label resid="funcReadButtonLabel" />
                  <Supertip>
                    <Title resid="funcReadSuperTipTitle" />
                    <Description resid="funcReadSuperTipDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="save-icon-16" />
                    <bt:Image size="32" resid="save-icon-32" />
                    <bt:Image size="64" resid="save-icon-64" />
                    <bt:Image size="80" resid="save-icon-80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>saveToCrm</FunctionName>
                  </Action>
                </Control>
                <!-- 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="panel-icon-16" />
                    <bt:Image size="32" resid="panel-icon-32" />
                    <bt:Image size="64" resid="panel-icon-64" />
                    <bt:Image size="80" resid="panel-icon-80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid ="AppRead" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>

          <!-- Appointment read form -->
          <ExtensionPoint xsi:type="AppointmentAttendeeCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="apptReadDemoGroup">
                <Label resid="groupLabel" />
                <!-- Task pane button -->
                <Control xsi:type="Button" id="apptReadOpenPaneButton">
                  <Label resid="paneReadButtonLabel" />
                  <Supertip>
                    <Title resid="paneReadSuperTipTitle" />
                    <Description resid="paneReadSuperTipDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="panel-icon-16" />
                    <bt:Image size="32" resid="panel-icon-32" />
					<bt:Image size="64" resid="panel-icon-64" />
                    <bt:Image size="80" resid="panel-icon-80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid ="AppRead"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>

        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <!-- Panel icon -->
        <bt:Image id="panel-icon-16" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/CRMPanel-16.png"/>
        <bt:Image id="panel-icon-32" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/CRMPanel-32.png"/>
		<bt:Image id="panel-icon-64" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/CRMPanel-64.png"/>
        <bt:Image id="panel-icon-80" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/CRMPanel-80.png"/>

        <!-- Save to CRM icon -->
        <bt:Image id="save-icon-16" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SaveToCRM-16.png"/>
        <bt:Image id="save-icon-32" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SaveToCRM-32.png"/>
        <bt:Image id="save-icon-64" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SaveToCRM-64.png"/>
        <bt:Image id="save-icon-80" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SaveToCRM-80.png"/>
        
        <!-- Send and Save icon -->
        <bt:Image id="send-icon-16" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SendAndSave-16.png"/>
        <bt:Image id="send-icon-32" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SendAndSave-32.png"/>
        <bt:Image id="send-icon-64" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SendAndSave-64.png"/>
        <bt:Image id="send-icon-80" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SendAndSave-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="functionFile" DefaultValue="https://app_url/main/ifsapplications/rmpanel/AppCommon/Functions/Functions.html?Supplier=true"/>
        <bt:Url id="AppCompose" DefaultValue="https://app_url/main/ifsapplications/rmpanel/AppCompose/Home/Home.html?Supplier=true"/>
        <bt:Url id="AppRead" DefaultValue="https://app_url/main/ifsapplications/rmpanel/AppRead/Home/Home.html?LoadDetailsIfOne=TRUE&amp;Supplier=true"/>
      </bt:Urls>

      <bt:ShortStrings>
        <bt:String id ="residDescription" DefaultValue="IFS SRM"></bt:String>
        <bt:String id="groupLabel" DefaultValue="IFS SRM"/>
        <!-- Compose mode -->
        <bt:String id="funcComposeButtonLabel" DefaultValue="Send and Save"/>
        <bt:String id="paneComposeButtonLabel" DefaultValue="SRM Panel"/>        
        <bt:String id="funcComposeSuperTipTitle" DefaultValue="Send and save the Email to IFS SRM"/>
        <bt:String id="paneComposeSuperTipTitle" DefaultValue="IFS SRM Panel"/>               

        <!-- Read mode -->
        <bt:String id="funcReadButtonLabel" DefaultValue="Save To SRM"/>
        <bt:String id="funcReadSuperTipTitle" DefaultValue="Save Email to IFS SRM"/>
        <bt:String id="paneReadButtonLabel" DefaultValue="SRM Panel"/>
       
        <bt:String id="paneReadSuperTipTitle" DefaultValue="IFS SRM Panel"/>       
      </bt:ShortStrings>
      <bt:LongStrings>
        <!-- Compose mode -->
        <bt:String id="funcComposeSuperTipDescription" DefaultValue="Send the Email and save it with attachments as a Business Mail record in IFS SRM."/>
        <bt:String id="paneComposeSuperTipDescription" DefaultValue="Open the SRM panel. The panel displays related information about the recipients of an Email or the attendees of a Calendar Item and facilitates to find IFS SRM contacts in order to include them in the mailing list or attendee list."/>      

        <!-- Read mode -->
        <bt:String id="funcReadSuperTipDescription" DefaultValue="Save the Email with attachments as a Business Mail record in IFS SRM."/>
        <bt:String id="paneReadSuperTipDescription" DefaultValue="Open the SRM panel. The panel displays related information about the recipients of an Email or the attendees of a Calendar Item and facilitates creation and update of records in IFS SRM."/>        
      </bt:LongStrings>
    </Resources>
    <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
      <Description resid="residDescription" />
      <Requirements>
        <!--add information on 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" />
                  <Control xsi:type="Button" id="msgComposeFunctionButton">
                    <Label resid="funcComposeButtonLabel" />
                    <Supertip>
                      <Title resid="funcComposeSuperTipTitle" />
                      <Description resid="funcComposeSuperTipDescription" />
                    </Supertip>
                    <Icon>
                      <bt:Image size="16" resid="send-icon-16" />
                      <bt:Image size="32" resid="send-icon-32" />
                      <bt:Image size="64" resid="send-icon-64" />
                      <bt:Image size="80" resid="send-icon-80" />
                    </Icon>
                    <Action xsi:type="ExecuteFunction">
                      <FunctionName>sendAndSave</FunctionName>
                    </Action>
                  </Control>
                  <!--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="panel-icon-16" />
                      <bt:Image size="32" resid="panel-icon-32" />
                      <bt:Image size="64" resid="panel-icon-64" />
                      <bt:Image size="80" resid="panel-icon-80" />
                    </Icon>
                    <Action xsi:type="ShowTaskpane">
                      <SourceLocation resid="AppCompose"/>
                    </Action>
                  </Control>
                </Group>
              </OfficeTab>
            </ExtensionPoint>


            <!--Appointment compose form-->
            <ExtensionPoint xsi:type="AppointmentOrganizerCommandSurface">
              <OfficeTab id="TabDefault">
                <Group id="apptComposeDemoGroup">
                  <Label resid="groupLabel" />
                  <!--Task pane button-->
                  <Control xsi:type="Button" id="apptComposeOpenPaneButton">
                    <Label resid="paneComposeButtonLabel" />
                    <Supertip>
                      <Title resid="paneComposeSuperTipTitle" />
                      <Description resid="paneComposeSuperTipDescription" />
                    </Supertip>
                    <Icon>
                      <bt:Image size="16" resid="panel-icon-16" />
                      <bt:Image size="32" resid="panel-icon-32" />
                      <bt:Image size="64" resid="panel-icon-64" />
                      <bt:Image size="80" resid="panel-icon-80" />
                    </Icon>
                    <Action xsi:type="ShowTaskpane">
                      <SourceLocation  resid="AppCompose"/>
                    </Action>
                  </Control>
                </Group>
              </OfficeTab>
            </ExtensionPoint>

            <!-- Message read form -->
            <ExtensionPoint xsi:type="MessageReadCommandSurface">
              <OfficeTab id="TabDefault">
                <Group id="msgReadDemoGroup">
                  <Label resid="groupLabel" />
                  <Control xsi:type="Button" id="msgReadFunctionButton">
                    <Label resid="funcReadButtonLabel" />
                    <Supertip>
                      <Title resid="funcReadSuperTipTitle" />
                      <Description resid="funcReadSuperTipDescription" />
                    </Supertip>
                    <Icon>
                      <bt:Image size="16" resid="save-icon-16" />
                      <bt:Image size="32" resid="save-icon-32" />
                      <bt:Image size="64" resid="save-icon-64" />
                      <bt:Image size="80" resid="save-icon-80" />
                    </Icon>
                    <Action xsi:type="ExecuteFunction">
                      <FunctionName>saveToCrm</FunctionName>
                    </Action>
                  </Control>
                  <!-- 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="panel-icon-16" />
                      <bt:Image size="32" resid="panel-icon-32" />
                      <bt:Image size="64" resid="panel-icon-64" />
                      <bt:Image size="80" resid="panel-icon-80" />
                    </Icon>
                    <Action xsi:type="ShowTaskpane">
                      <SourceLocation resid ="AppRead" />
                      <SupportsPinning>true</SupportsPinning>
                    </Action>
                  </Control>
                </Group>
              </OfficeTab>
            </ExtensionPoint>

            <!-- Appointment read form -->
            <ExtensionPoint xsi:type="AppointmentAttendeeCommandSurface">
              <OfficeTab id="TabDefault">
                <Group id="apptReadDemoGroup">
                  <Label resid="groupLabel" />
                  <!-- Task pane button -->
                  <Control xsi:type="Button" id="apptReadOpenPaneButton">
                    <Label resid="paneReadButtonLabel" />
                    <Supertip>
                      <Title resid="paneReadSuperTipTitle" />
                      <Description resid="paneReadSuperTipDescription" />
                    </Supertip>
                    <Icon>
                      <bt:Image size="16" resid="panel-icon-16" />
                      <bt:Image size="32" resid="panel-icon-32" />
                      <bt:Image size="64" resid="panel-icon-64" />
                      <bt:Image size="80" resid="panel-icon-80" />
                    </Icon>
                    <Action xsi:type="ShowTaskpane">
                      <SourceLocation resid ="AppRead"/>
                    </Action>
                  </Control>
                </Group>
              </OfficeTab>
            </ExtensionPoint>

          </DesktopFormFactor>
          <MobileFormFactor>
            <ExtensionPoint xsi:type="MobileMessageReadCommandSurface">
              <Group id="mobileMsgRead">
                <Label resid="groupLabel" />
                <Control xsi:type="MobileButton" id="TaskPane1Btn">
                  <Label resid="paneReadButtonLabelIOS" />
                  <Icon xsi:type="bt:MobileIconList">
                    <bt:Image size="25" scale="1" resid="panel-icon-32" />
                    <bt:Image size="25" scale="2" resid="panel-icon-32" />
                    <bt:Image size="25" scale="3" resid="panel-icon-32" />

                    <bt:Image size="32" scale="1" resid="panel-icon-32" />
                    <bt:Image size="32" scale="2" resid="panel-icon-32" />
                    <bt:Image size="32" scale="3" resid="panel-icon-32" />

                    <bt:Image size="48" scale="1" resid="panel-icon-32" />
                    <bt:Image size="48" scale="2" resid="panel-icon-32" />
                    <bt:Image size="48" scale="3" resid="panel-icon-32" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="readTaskPaneUrlIOS" />
                  </Action>
                </Control>
              </Group>
            </ExtensionPoint>
          </MobileFormFactor>
        </Host>
      </Hosts>
      <Resources>
        <!-- add information on resources -->
        <bt:Images>
		  <!-- Panel icon -->
          <bt:Image id="panel-icon-16" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/CRMPanel-16.png"/>
          <bt:Image id="panel-icon-32" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/CRMPanel-32.png"/>
          <bt:Image id="panel-icon-64" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/CRMPanel-64.png"/>
          <bt:Image id="panel-icon-80" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/CRMPanel-80.png"/>

          <!-- Save to CRM icon -->
          <bt:Image id="save-icon-16" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SaveToCRM-16.png"/>
          <bt:Image id="save-icon-32" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SaveToCRM-32.png"/>
          <bt:Image id="save-icon-64" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SaveToCRM-64.png"/>
          <bt:Image id="save-icon-80" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SaveToCRM-80.png"/>

          <!-- Send and Save icon -->
          <bt:Image id="send-icon-16" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SendAndSave-16.png"/>
          <bt:Image id="send-icon-32" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SendAndSave-32.png"/>
          <bt:Image id="send-icon-64" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SendAndSave-64.png"/>
          <bt:Image id="send-icon-80" DefaultValue="https://app_url/main/ifsapplications/rmpanel/Images/SendAndSave-80.png"/>
        </bt:Images>
        <bt:Urls>
          <bt:Url id="functionFile" DefaultValue="https://app_url/main/ifsapplications/rmpanel/AppCommon/Functions/Functions.html?Supplier=true"/>
          <bt:Url id="AppCompose" DefaultValue="https://app_url/main/ifsapplications/rmpanel/AppCompose/Home/Home.html?Supplier=true"/>
          <bt:Url id="AppRead" DefaultValue="https://app_url/main/ifsapplications/rmpanel/AppRead/Home/Home.html?LoadDetailsIfOne=TRUE&amp;Supplier=true"/>
          <bt:Url id="readTaskPaneUrlIOS" DefaultValue="https://app_url/main/ifsapplications/rmpanel/AppRead/Home/Home.html?LoadDetailsIfOne=TRUE&amp;Supplier=true"/>

        </bt:Urls>
        <bt:ShortStrings>
          <bt:String id ="residDescription" DefaultValue="IFS CRM"></bt:String>
          <bt:String id="groupLabel" DefaultValue="IFS SRM"/>
          <bt:String id="funcComposeButtonLabel" DefaultValue="Send and Save"/>
          <bt:String id="paneComposeButtonLabel" DefaultValue="SRM Panel"/>        
          <bt:String id="funcComposeSuperTipTitle" DefaultValue="Send and save the Email to IFS SRM"/>
          <bt:String id="paneComposeSuperTipTitle" DefaultValue="IFS SRM Panel"/>        

          <!-- Read mode -->
          <bt:String id="funcReadButtonLabel" DefaultValue="Save to SRM"/>
          <bt:String id="funcReadSuperTipTitle" DefaultValue="Save Email to IFS SRM"/>
          <bt:String id="paneReadButtonLabel" DefaultValue="SRM Panel"/>         
          <bt:String id="paneReadSuperTipTitle" DefaultValue="IFS SRM Panel"/>    
          <bt:String id="paneReadButtonLabelIOS" DefaultValue="IFS SRM"/>        
        </bt:ShortStrings>
        <bt:LongStrings>
          <!-- Compose mode -->
          <bt:String id="funcComposeSuperTipDescription" DefaultValue="Send the Email and save it with attachments as a Business Mail record in IFS SRM."/>
          <bt:String id="paneComposeSuperTipDescription" DefaultValue="Open the SRM panel. The panel displays related information about the recipients of an Email or the attendees of a Calendar Item and facilitates to find IFS SRM contacts in order to include them in the mailing list or attendee list."/>
         
          <!-- Read mode -->
          <bt:String id="funcReadSuperTipDescription" DefaultValue="Save the Email with attachments as a Business Mail record in IFS SRM."/>
          <bt:String id="paneReadSuperTipDescription" DefaultValue="Open the SRM panel. The panel displays related information about the recipients of an Email or the attendees of a Calendar Item and facilitates creation and update of records in IFS SRM."/>         

        </bt:LongStrings>
      </Resources>
    </VersionOverrides>
  </VersionOverrides>
</OfficeApp>
