Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 20.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <OfficeApp
  3.    xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
  4.    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.    xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
  6.    xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides"
  7.    xsi:type="MailApp">
  8.   <Id>3a2be270-ea2f-407c-97f1-138f67352cb4</Id>
  9.   <Version>1.1.9</Version>
  10.   <ProviderName>--REMOVED--</ProviderName>
  11.   <DefaultLocale>en-US</DefaultLocale>
  12.   <DisplayName DefaultValue="--REMOVED-- for PS"/>
  13.   <Description DefaultValue="[Outlook Add-in description]"/>
  14.   <IconUrl DefaultValue="https://localhost/--REMOVED--PS/outlook/images/icon-32.png"/>
  15.   <HighResolutionIconUrl DefaultValue="https://localhost/--REMOVED--PS/outlook/images/icon-80.png"/>
  16.   <SupportUrl DefaultValue="https://help.--REMOVED--.com/Product/--REMOVED--PS/"/>
  17.   <Hosts>
  18.     <Host Name="Mailbox"/>
  19.   </Hosts>
  20.   <Requirements>
  21.     <Sets>
  22.       <Set Name="MailBox" MinVersion="1.1"/>
  23.     </Sets>
  24.   </Requirements>
  25.   <FormSettings>
  26.     <Form xsi:type="ItemRead">
  27.       <DesktopSettings>
  28.         <SourceLocation DefaultValue="https://localhost/--REMOVED--PS/outlook/appread/home/home.html"/>
  29.         <RequestedHeight>250</RequestedHeight>
  30.       </DesktopSettings>
  31.     </Form>
  32.   </FormSettings>
  33.   <Permissions>ReadItem</Permissions>
  34.   <Rule xsi:type="RuleCollection" Mode="Or">
  35.     <Rule xsi:type="ItemIs" ItemType="Message" FormType="Read"/>
  36.   </Rule>
  37.   <DisableEntityHighlighting>false</DisableEntityHighlighting>
  38.   <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
  39.     <Hosts>
  40.       <Host xsi:type="MailHost">
  41.         <DesktopFormFactor>
  42.           <FunctionFile resid="funcFile"/>
  43.  
  44.           <ExtensionPoint xsi:type="MessageReadCommandSurface">
  45.             <OfficeTab id="TabDefault">
  46.               <Group id="msgReadCmdGroup">
  47.                 <Label resid="groupLabel"/>
  48.                 <Control xsi:type="Button" id="msgReadPaneButton">
  49.                   <Label resid="msgReadPaneButtonLabel"/>
  50.                   <Supertip>
  51.                     <Title resid="msgReadPaneButtonTitle"/>
  52.                     <Description resid="msgReadPaneButtonDesc"/>
  53.                   </Supertip>
  54.                   <Icon>
  55.                     <bt:Image size="16" resid="--REMOVED---16"/>
  56.                     <bt:Image size="32" resid="--REMOVED---32"/>
  57.                     <bt:Image size="80" resid="--REMOVED---80"/>
  58.                   </Icon>
  59.                   <Action xsi:type="ShowTaskpane">
  60.                     <SourceLocation resid="readPaneUrl"/>
  61.                   </Action>
  62.                 </Control>
  63.                 <Control xsi:type="Menu" id="msgCreateMenu">
  64.                   <Label resid="menuCreateLabel"/>
  65.                   <Supertip>
  66.                     <Title resid="menuCreateTitle"/>
  67.                     <Description resid="menuCreateDescription"/>
  68.                   </Supertip>
  69.                   <Icon>
  70.                     <bt:Image size="16" resid="new-16"/>
  71.                     <bt:Image size="32" resid="new-32"/>
  72.                     <bt:Image size="80" resid="new-80"/>
  73.                   </Icon>
  74.                   <Items>
  75.                     <Item id="msgCreateContact">
  76.                       <Label resid="createContactLabel"/>
  77.                       <Supertip>
  78.                         <Title resid="createContactTitle"/>
  79.                         <Description resid="createContactDesc"/>
  80.                       </Supertip>
  81.                       <Icon>
  82.                         <bt:Image size="16" resid="contact-16"/>
  83.                         <bt:Image size="32" resid="contact-32"/>
  84.                         <bt:Image size="80" resid="contact-80"/>
  85.                       </Icon>
  86.                       <Action xsi:type="ExecuteFunction">
  87.                         <FunctionName>createContact</FunctionName>
  88.                       </Action>
  89.                     </Item>
  90.                     <Item id="msgCreateFirm">
  91.                       <Label resid="createFirmLabel"/>
  92.                       <Supertip>
  93.                         <Title resid="createFirmTitle"/>
  94.                         <Description resid="createFirmDesc"/>
  95.                       </Supertip>
  96.                       <Icon>
  97.                         <bt:Image size="16" resid="firm-16"/>
  98.                         <bt:Image size="32" resid="firm-32"/>
  99.                         <bt:Image size="80" resid="firm-80"/>
  100.                       </Icon>
  101.                       <Action xsi:type="ExecuteFunction">
  102.                         <FunctionName>createFirm</FunctionName>
  103.                       </Action>
  104.                     </Item>
  105.                     <Item id="msgCreateOpportunity">
  106.                       <Label resid="createOpportunityLabel"/>
  107.                       <Supertip>
  108.                         <Title resid="createOpportunityTitle"/>
  109.                         <Description resid="createOpportunityDesc"/>
  110.                       </Supertip>
  111.                       <Icon>
  112.                         <bt:Image size="16" resid="opportunity-16"/>
  113.                         <bt:Image size="32" resid="opportunity-32"/>
  114.                         <bt:Image size="80" resid="opportunity-80"/>
  115.                       </Icon>
  116.                       <Action xsi:type="ExecuteFunction">
  117.                         <FunctionName>createOpportunity</FunctionName>
  118.                       </Action>
  119.                     </Item>
  120.                     <Item id="msgCreateActivity">
  121.                       <Label resid="createActivityLabel"/>
  122.                       <Supertip>
  123.                         <Title resid="createActivityTitle"/>
  124.                         <Description resid="createActivityDesc"/>
  125.                       </Supertip>
  126.                       <Icon>
  127.                         <bt:Image size="16" resid="activity-16"/>
  128.                         <bt:Image size="32" resid="activity-32"/>
  129.                         <bt:Image size="80" resid="activity-80"/>
  130.                       </Icon>
  131.                       <Action xsi:type="ExecuteFunction">
  132.                         <FunctionName>createActivity</FunctionName>
  133.                       </Action>
  134.                     </Item>
  135.                   </Items>
  136.                 </Control>
  137.                 <Control xsi:type="Menu" id="msgSetttingHelpMenu">
  138.                   <Label resid="menuSettingsHelpLabel"/>
  139.                   <Supertip>
  140.                     <Title resid="menuSettingsHelpTitle"/>
  141.                     <Description resid="menuSettingsHelpDescription"/>
  142.                   </Supertip>
  143.                   <Icon>
  144.                     <bt:Image size="16" resid="settings-16"/>
  145.                     <bt:Image size="32" resid="settings-32"/>
  146.                     <bt:Image size="80" resid="settings-80"/>
  147.                   </Icon>
  148.                   <Items>
  149.                     <Item id="msgCheckAccountInformation">
  150.                       <Label resid="checkAccountInformationLabel"/>
  151.                       <Supertip>
  152.                         <Title resid="checkAccountInformationTitle"/>
  153.                         <Description resid="checkAccountInformationDesc"/>
  154.                       </Supertip>
  155.                       <Action xsi:type="ShowTaskpane">
  156.                         <SourceLocation resid="settingsPaneUrl"/>
  157.                       </Action>
  158.                     </Item>
  159.                     <Item id="msgCheckHelp">
  160.                       <Label resid="checkHelpLabel"/>
  161.                       <Supertip>
  162.                         <Title resid="checkHelpTitle"/>
  163.                         <Description resid="checkHelpDesc"/>
  164.                       </Supertip>
  165.                       <Action xsi:type="ExecuteFunction">
  166.                         <FunctionName>checkHelp</FunctionName>
  167.                       </Action>
  168.                     </Item>
  169.                   </Items>
  170.                 </Control>
  171.               </Group>
  172.             </OfficeTab>
  173.           </ExtensionPoint>
  174.  
  175.         </DesktopFormFactor>
  176.       </Host>
  177.     </Hosts>
  178.     <Resources>
  179.       <bt:Images>
  180.         <bt:Image id="--REMOVED---16" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/--REMOVED---16.png"/>
  181.         <bt:Image id="--REMOVED---32" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/--REMOVED---32.png"/>
  182.         <bt:Image id="--REMOVED---80" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/--REMOVED---80.png"/>
  183.         <bt:Image id="new-16" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/new-16.png"/>
  184.         <bt:Image id="new-32" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/new-32.png"/>
  185.         <bt:Image id="new-80" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/new-80.png"/>
  186.         <bt:Image id="settings-16" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/settings-16.png"/>
  187.         <bt:Image id="settings-32" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/settings-32.png"/>
  188.         <bt:Image id="settings-80" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/settings-80.png"/>
  189.         <bt:Image id="activity-16" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/activity-16.png"/>
  190.         <bt:Image id="activity-32" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/activity-32.png"/>
  191.         <bt:Image id="activity-80" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/activity-80.png"/>
  192.         <bt:Image id="contact-16" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/contact-16.png"/>
  193.         <bt:Image id="contact-32" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/contact-32.png"/>
  194.         <bt:Image id="contact-80" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/contact-80.png"/>
  195.         <bt:Image id="firm-16" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/firms-16.png"/>
  196.         <bt:Image id="firm-32" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/firms-32.png"/>
  197.         <bt:Image id="firm-80" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/firms-80.png"/>
  198.         <bt:Image id="opportunity-16" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/opportunity-16.png"/>
  199.         <bt:Image id="opportunity-32" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/opportunity-32.png"/>
  200.         <bt:Image id="opportunity-80" DefaultValue="https://localhost/--REMOVED--PS/outlook/images/opportunity-80.png"/>
  201.       </bt:Images>
  202.       <bt:Urls>
  203.         <bt:Url id="funcFile" DefaultValue="https://localhost/--REMOVED--PS/outlook/appread/home/Functions.html"/>
  204.         <bt:Url id="readPaneUrl" DefaultValue="https://localhost/--REMOVED--PS/outlook/appread/home/home.html"/>
  205.         <bt:Url id="settingsPaneUrl" DefaultValue="https://localhost/--REMOVED--PS/outlook/appread/home/home.html?pane=Settings"/>
  206.       </bt:Urls>
  207.       <bt:ShortStrings>
  208.         <bt:String id="groupLabel" DefaultValue="--REMOVED--"/>
  209.         <bt:String id="msgReadPaneButtonLabel" DefaultValue="Open --REMOVED--"/>
  210.         <bt:String id="menuCreateLabel" DefaultValue="Create New"/>
  211.         <bt:String id="menuSettingsHelpLabel" DefaultValue="Settings and Help"/>
  212.         <bt:String id="createContactLabel" DefaultValue="Contact"/>
  213.         <bt:String id="createFirmLabel" DefaultValue="Firm"/>
  214.         <bt:String id="createOpportunityLabel" DefaultValue="Opportunity"/>
  215.         <bt:String id="createActivityLabel" DefaultValue="Activity"/>
  216.         <bt:String id="checkAccountInformationLabel" DefaultValue="Account Information"/>
  217.         <bt:String id="checkHelpLabel" DefaultValue="Help"/>
  218.       </bt:ShortStrings>
  219.       <bt:LongStrings>
  220.         <bt:String id="createOpportunityTitle" DefaultValue="Create New Opportunity"/>
  221.         <bt:String id="checkHelpTitle" DefaultValue="Help"/>
  222.         <bt:String id="checkAccountInformationTitle" DefaultValue="Account Information"/>
  223.         <bt:String id="createActivityTitle" DefaultValue="Create New Activity"/>
  224.         <bt:String id="createFirmTitle" DefaultValue="Create New Firm"/>
  225.         <bt:String id="menuSettingsHelpTitle" DefaultValue="Settings and Help"/>
  226.         <bt:String id="createContactTitle" DefaultValue="Create New Contact"/>
  227.         <bt:String id="menuCreateTitle" DefaultValue="Create New"/>
  228.         <bt:String id="msgReadPaneButtonTitle" DefaultValue="--REMOVED--"/>
  229.         <bt:String id="msgReadPaneButtonDesc" DefaultValue="Opens a task pane showing information about the contacts"/>
  230.         <bt:String id="checkAccountInformationDesc" DefaultValue="Update your account information for --REMOVED-- for Professional Services"/>
  231.         <bt:String id="createContactDesc" DefaultValue="Open --REMOVED-- for Professional Services to create a new Contact"/>
  232.         <bt:String id="createFirmDesc" DefaultValue="Open --REMOVED-- for Professional Services to create a new Firm"/>
  233.         <bt:String id="createOpportunityDesc" DefaultValue="Open --REMOVED-- for Professional Services to create a new Opportunity"/>
  234.         <bt:String id="createActivityDesc" DefaultValue="Open --REMOVED-- for Professional Services to create a new Activity"/>
  235.  
  236.         <bt:String id="checkHelpDesc" DefaultValue="Open --REMOVED-- for Professional Services to check the help interface"/>
  237.         <bt:String id="menuCreateDescription" DefaultValue="Create a new Contact, Firm, Opportunity or Activity in --REMOVED-- for Professional Services."/>
  238.         <bt:String id="menuSettingsHelpDescription" DefaultValue="Update your account information or access help."/>
  239.       </bt:LongStrings>
  240.     </Resources>
  241.     <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
  242.       <Hosts>
  243.         <Host xsi:type="MailHost">
  244.           <DesktopFormFactor>
  245.             <FunctionFile resid="funcFile"/>
  246.  
  247.             <ExtensionPoint xsi:type="MessageReadCommandSurface">
  248.               <OfficeTab id="TabDefault">
  249.                 <Group id="msgReadCmdGroup">
  250.                   <Label resid="groupLabel"/>
  251.                   <Control xsi:type="Button" id="msgReadPaneButton">
  252.                     <Label resid="msgReadPaneButtonLabel"/>
  253.                     <Supertip>
  254.                       <Title resid="msgReadPaneButtonTitle"/>
  255.                       <Description resid="msgReadPaneButtonDesc"/>
  256.                     </Supertip>
  257.                     <Icon>
  258.                       <bt:Image size="16" resid="--REMOVED---16"/>
  259.                       <bt:Image size="32" resid="--REMOVED---32"/>
  260.                       <bt:Image size="80" resid="--REMOVED---80"/>
  261.                     </Icon>
  262.                     <Action xsi:type="ShowTaskpane">
  263.                       <SourceLocation resid="readPaneUrl"/>
  264.                       <SupportsPinning>true</SupportsPinning>
  265.                     </Action>
  266.                   </Control>
  267.                   <Control xsi:type="Menu" id="msgCreateMenu">
  268.                     <Label resid="menuCreateLabel"/>
  269.                     <Supertip>
  270.                       <Title resid="menuCreateTitle"/>
  271.                       <Description resid="menuCreateDescription"/>
  272.                     </Supertip>
  273.                     <Icon>
  274.                       <bt:Image size="16" resid="new-16"/>
  275.                       <bt:Image size="32" resid="new-32"/>
  276.                       <bt:Image size="80" resid="new-80"/>
  277.                     </Icon>
  278.                     <Items>
  279.                       <Item id="msgCreateContact">
  280.                         <Label resid="createContactLabel"/>
  281.                         <Supertip>
  282.                           <Title resid="createContactTitle"/>
  283.                           <Description resid="createContactDesc"/>
  284.                         </Supertip>
  285.                         <Icon>
  286.                           <bt:Image size="16" resid="contact-16"/>
  287.                           <bt:Image size="32" resid="contact-32"/>
  288.                           <bt:Image size="80" resid="contact-80"/>
  289.                         </Icon>
  290.                         <Action xsi:type="ExecuteFunction">
  291.                           <FunctionName>createContact</FunctionName>
  292.                         </Action>
  293.                       </Item>
  294.                       <Item id="msgCreateFirm">
  295.                         <Label resid="createFirmLabel"/>
  296.                         <Supertip>
  297.                           <Title resid="createFirmTitle"/>
  298.                           <Description resid="createFirmDesc"/>
  299.                         </Supertip>
  300.                         <Icon>
  301.                           <bt:Image size="16" resid="firm-16"/>
  302.                           <bt:Image size="32" resid="firm-32"/>
  303.                           <bt:Image size="80" resid="firm-80"/>
  304.                         </Icon>
  305.                         <Action xsi:type="ExecuteFunction">
  306.                           <FunctionName>createFirm</FunctionName>
  307.                         </Action>
  308.                       </Item>
  309.                       <Item id="msgCreateOpportunity">
  310.                         <Label resid="createOpportunityLabel"/>
  311.                         <Supertip>
  312.                           <Title resid="createOpportunityTitle"/>
  313.                           <Description resid="createOpportunityDesc"/>
  314.                         </Supertip>
  315.                         <Icon>
  316.                           <bt:Image size="16" resid="opportunity-16"/>
  317.                           <bt:Image size="32" resid="opportunity-32"/>
  318.                           <bt:Image size="80" resid="opportunity-80"/>
  319.                         </Icon>
  320.                         <Action xsi:type="ExecuteFunction">
  321.                           <FunctionName>createOpportunity</FunctionName>
  322.                         </Action>
  323.                       </Item>
  324.                       <Item id="msgCreateActivity">
  325.                         <Label resid="createActivityLabel"/>
  326.                         <Supertip>
  327.                           <Title resid="createActivityTitle"/>
  328.                           <Description resid="createActivityDesc"/>
  329.                         </Supertip>
  330.                         <Icon>
  331.                           <bt:Image size="16" resid="activity-16"/>
  332.                           <bt:Image size="32" resid="activity-32"/>
  333.                           <bt:Image size="80" resid="activity-80"/>
  334.                         </Icon>
  335.                         <Action xsi:type="ExecuteFunction">
  336.                           <FunctionName>createActivity</FunctionName>
  337.                         </Action>
  338.                       </Item>
  339.                     </Items>
  340.                   </Control>
  341.                   <Control xsi:type="Menu" id="msgSetttingHelpMenu">
  342.                     <Label resid="menuSettingsHelpLabel"/>
  343.                     <Supertip>
  344.                       <Title resid="menuSettingsHelpTitle"/>
  345.                       <Description resid="menuSettingsHelpDescription"/>
  346.                     </Supertip>
  347.                     <Icon>
  348.                       <bt:Image size="16" resid="settings-16"/>
  349.                       <bt:Image size="32" resid="settings-32"/>
  350.                       <bt:Image size="80" resid="settings-80"/>
  351.                     </Icon>
  352.                     <Items>
  353.                       <Item id="msgCheckAccountInformation">
  354.                         <Label resid="checkAccountInformationLabel"/>
  355.                         <Supertip>
  356.                           <Title resid="checkAccountInformationTitle"/>
  357.                           <Description resid="checkAccountInformationDesc"/>
  358.                         </Supertip>
  359.                         <Action xsi:type="ShowTaskpane">
  360.                           <SourceLocation resid="settingsPaneUrl"/>
  361.                           <SupportsPinning>true</SupportsPinning>
  362.                         </Action>
  363.                       </Item>
  364.                       <Item id="msgCheckHelp">
  365.                         <Label resid="checkHelpLabel"/>
  366.                         <Supertip>
  367.                           <Title resid="checkHelpTitle"/>
  368.                           <Description resid="checkHelpDesc"/>
  369.                         </Supertip>
  370.                         <Action xsi:type="ExecuteFunction">
  371.                           <FunctionName>checkHelp</FunctionName>
  372.                         </Action>
  373.                       </Item>
  374.                     </Items>
  375.                   </Control>
  376.                 </Group>
  377.               </OfficeTab>
  378.             </ExtensionPoint>
  379.  
  380.           </DesktopFormFactor>
  381.         </Host>
  382.       </Hosts>
  383.     </VersionOverrides>
  384.   </VersionOverrides>
  385. </OfficeApp>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement