Compartir a través de


Elemento DesktopSettings

Especifica la ubicación del código fuente y la configuración de control que se aplican cuando su complemento de correo se usa en un equipo de escritorio.

Importante

El DesktopSettings 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.

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