簡體   English   中英

Windows上的Outlook 2016的Outlook Web add不會出現圖標

[英]Icon does not appear for Outlook Web add in for Outlook 2016 on Windows

我正在為Outlook開發Web加載項。 我已為加載項指定了IconUrl。加載項出現在Windows的Outlook中。 但是,它將加載默認圖標而不是我的個性化圖標。

在此處輸入圖片說明

這是我的XML清單

 <?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"> <!-- Begin Basic Settings: Add-in metadata, used for all versions of Office unless override provided. --> <!-- IMPORTANT! Id must be unique for your add-in, if you reuse this manifest ensure that you change this id to a new GUID. --> <Id>badb297b-b8e8-41e1-9513-ff821c15189c</Id> <!--Version. Updates from the store only get triggered if there is a version change. --> <Version>1.0.0.0</Version> <ProviderName>my company- Meetings</ProviderName> <DefaultLocale>en-US</DefaultLocale> <!-- The display name of your add-in. Used on the store and various places of the Office UI such as the add-ins dialog. --> <DisplayName DefaultValue="My Company" /> <Description DefaultValue="Outlook addin"/> <IconUrl DefaultValue="https://localhost:44373/Images/Icon80.png"/> 

您應該使用清單文件的VersionOverrides元素中定義的加載項命令。 這里 具體來說,資源元素控制此圖標。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM