TabletSettings 元素

指定在平板电脑上使用邮件外接程序时应用的控制设置。

重要

元素TabletSettings仅在经典Outlook 网页版 (通常连接到 Windows 上的旧版本地 Exchange server) 和 Outlook 2013 中可用。 若要支持 Android 版和 iOS 版 Outlook,请参阅 移动设备上的 Outlook 加载项

外接程序类型:邮件

语法

<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>

包含于