Compartilhar via


Elemento DesktopSettings

Especifica o local de origem e as configurações de controle aplicadas quando seu suplemento de email é usado em um computador desktop.

Importante

O DesktopSettings elemento está disponível apenas no Outlook na Web clássico (geralmente conectado a versões mais antigas do servidor do Exchange local) e no Outlook 2013 no Windows.

Tipo de suplemento: Email

Sintaxe

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

Contido em