次の方法で共有


DesktopSettings 要素

メール アドインがデスクトップ コンピューターで使用されるときに適用されるソースの場所と制御の設定を指定します。

重要

DesktopSettings要素は、クラシック Outlook on the webでのみ使用できます (通常、オンプレミス Exchange サーバーの古いバージョンに接続されています)。

アドインの種類: メール

構文

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

含まれる場所

子要素

要素 必須 説明
SourceLocation 要素 はい アドインのソース ファイルの場所。
RequestedHeight 要素 はい アドインの初期高さ。

重要: <RequestedHeight> 要素は、親 <Form> 要素のxsi:typeItemReadされている場合にのみ必要です。