DesktopSettings 元素
指定在台式计算机上使用邮件外接程序时应用的源位置和控制设置。
重要
元素DesktopSettings
仅在经典Outlook 网页版 (通常连接到较旧版本的本地 Exchange 服务器) 中可用。
外接程序类型:邮件
语法
<Form xsi:type="ItemRead">
<!--https://MyDomain.com/website.html is a placeholder for your own add-in website.-->
<DesktopSettings>
<!--If you opt to include RequestedHeight, it must be between 32px to 450px, inclusive.-->
<RequestedHeight>360</RequestedHeight>
<SourceLocation DefaultValue="https://MyDomain.com/website.html" />
</DesktopSettings>
<TabletSettings>
<!--If you opt to include RequestedHeight, it must be between 32px to 450px, inclusive.-->
<RequestedHeight>360</RequestedHeight>
<SourceLocation DefaultValue="https://MyDomain.com/website.html" />
</TabletSettings>
<PhoneSettings>
<SourceLocation DefaultValue="https://MyDomain.com/website.html" />
</PhoneSettings>
</Form>
包含于
子元素
元素 | 必需 | 说明 |
---|---|---|
SourceLocation 元素 | 是 | 加载项源文件的位置。 |
RequestedHeight 元素 | 是 | 加载项的初始高度。 重要提示:仅当父< Form> 元素的 为 xsi:type 时,才需要 RequestedHeight> 元素。<ItemRead |