Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PhoneSettings element

Specifies source location and control settings that apply when your mail add-in is used on a phone.

Important

The PhoneSettings element is available only in classic Outlook on the web (usually connected to older versions of on-premises Exchange server). To support Outlook on Android and iOS, see Add-ins for Outlook on mobile devices.

Add-in type: 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>

Contained in


Feedback

Was this page helpful?

Additional resources