Delete e6083c02-3280-4430-a877-22cbc6251d21_outlookManifest.xml
This commit is contained in:
parent
1f66b1e799
commit
82ab27fc5d
|
@ -1,91 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
||||||
<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>e6083c02-3280-4430-a877-22cbc6251d21</Id>
|
|
||||||
<Version>1.0.0.0</Version>
|
|
||||||
<ProviderName>Save Email Provider</ProviderName>
|
|
||||||
<DefaultLocale>en-US</DefaultLocale>
|
|
||||||
<DisplayName DefaultValue="Save Email to SharePoint"/>
|
|
||||||
<Description DefaultValue="A template to get started with a Save Email as file in SharePoint Outlook addin."/>
|
|
||||||
<IconUrl DefaultValue="https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/32_1.5x/email.png"/>
|
|
||||||
<HighResolutionIconUrl DefaultValue="https://cdn.graph.office.net/prod/media/shared/addin-icon.png"/>
|
|
||||||
<SupportUrl DefaultValue="https://localhost:4321/help"/>
|
|
||||||
<AppDomains>
|
|
||||||
<AppDomain>https://login.microsoftonline.com</AppDomain>
|
|
||||||
<AppDomain>https://login.windows.net</AppDomain>
|
|
||||||
</AppDomains>
|
|
||||||
<Hosts>
|
|
||||||
<Host Name="Mailbox" />
|
|
||||||
</Hosts>
|
|
||||||
<Requirements>
|
|
||||||
<Sets>
|
|
||||||
<Set Name="Mailbox" MinVersion="1.4" />
|
|
||||||
<Set Name="SharePointHostedAddin" MinVersion="1.1" />
|
|
||||||
</Sets>
|
|
||||||
</Requirements>
|
|
||||||
<FormSettings>
|
|
||||||
<Form xsi:type="ItemRead">
|
|
||||||
<DesktopSettings>
|
|
||||||
<SourceLocation DefaultValue="https://_SharePointTenantUrl_/_layouts/15/outlookhostedapp.aspx?componentId=e6083c02-3280-4430-a877-22cbc6251d21&isConfigureMode=true"/>
|
|
||||||
<RequestedHeight>250</RequestedHeight>
|
|
||||||
</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">
|
|
||||||
<Hosts>
|
|
||||||
<Host xsi:type="MailHost">
|
|
||||||
<DesktopFormFactor>
|
|
||||||
<ExtensionPoint xsi:type="MessageReadCommandSurface">
|
|
||||||
<OfficeTab id="TabDefault">
|
|
||||||
<Group id="msgReadGroup">
|
|
||||||
<Label resid="GroupLabel" />
|
|
||||||
<Control xsi:type="Button" id="msgReadOpenPaneButton">
|
|
||||||
<Label resid="TaskpaneButton.Label" />
|
|
||||||
<Supertip>
|
|
||||||
<Title resid="TaskpaneButton.Label" />
|
|
||||||
<Description resid="TaskpaneButton.Tooltip" />
|
|
||||||
</Supertip>
|
|
||||||
<Icon>
|
|
||||||
<bt:Image size="16" resid="Icon.16x16" />
|
|
||||||
<bt:Image size="32" resid="Icon.32x32" />
|
|
||||||
<bt:Image size="80" resid="Icon.80x80" />
|
|
||||||
</Icon>
|
|
||||||
<Action xsi:type="ShowTaskpane">
|
|
||||||
<SourceLocation resid="Taskpane.Url" />
|
|
||||||
</Action>
|
|
||||||
</Control>
|
|
||||||
</Group>
|
|
||||||
</OfficeTab>
|
|
||||||
</ExtensionPoint>
|
|
||||||
</DesktopFormFactor>
|
|
||||||
</Host>
|
|
||||||
</Hosts>
|
|
||||||
<Resources>
|
|
||||||
<bt:Images>
|
|
||||||
<bt:Image id="Icon.16x16" DefaultValue="https://cdn.graph.office.net/prod/media/shared/addin-icon.png"/>
|
|
||||||
<bt:Image id="Icon.32x32" DefaultValue="https://cdn.graph.office.net/prod/media/shared/addin-icon.png"/>
|
|
||||||
<bt:Image id="Icon.80x80" DefaultValue="https://cdn.graph.office.net/prod/media/shared/addin-icon.png"/>
|
|
||||||
</bt:Images>
|
|
||||||
<bt:Urls>
|
|
||||||
<bt:Url id="Taskpane.Url" DefaultValue="https://_SharePointTenantUrl_/_layouts/15/outlookhostedapp.aspx?componentId=e6083c02-3280-4430-a877-22cbc6251d21&isConfigureMode=true" />
|
|
||||||
</bt:Urls>
|
|
||||||
<bt:ShortStrings>
|
|
||||||
<bt:String id="GroupLabel" DefaultValue="Add-in groupLabel"/>
|
|
||||||
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane"/>
|
|
||||||
</bt:ShortStrings>
|
|
||||||
<bt:LongStrings>
|
|
||||||
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Opens taskpane."/>
|
|
||||||
</bt:LongStrings>
|
|
||||||
</Resources>
|
|
||||||
</VersionOverrides>
|
|
||||||
</VersionOverrides>
|
|
||||||
</OfficeApp>
|
|
Loading…
Reference in New Issue