Compartir a través de


Elemento TabletSettings

Especifica la configuración de control que se aplica cuando su complemento de correo se usa en una tableta.

Importante

El TabletSettings elemento solo está disponible en Outlook en la Web clásicas (normalmente conectadas a versiones anteriores de Exchange Server local) y Outlook 2013 en Windows. Para admitir Outlook en Android e iOS, consulte Complementos para Outlook en dispositivos móviles.

Tipo de complemento: correo

Sintaxis

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

Forma parte de