DesktopSettings-Element

Gibt den Quellspeicherort und Steuerelementeinstellungen an, die gelten, wenn Ihr E-Mail-Add-In auf einem Desktopcomputer verwendet wird.

Wichtig

Das DesktopSettings -Element ist nur in klassischen Outlook im Web (normalerweise mit älteren Versionen des lokalen Exchange-Servers verbunden) und Outlook 2013 unter Windows verfügbar.

Add-In-Typ: Mail

Syntax

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

Enthalten in