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:type がItemRead されている場合にのみ必要です。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Office Add-ins