Вы можете поддерживать мобильную связь, если нацелены только на чтение электронных писем. Затем вы можете объявить узел PhoneSettings:
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="https://myaddin/index.html"/>
<RequestedHeight>250</RequestedHeight>
</DesktopSettings>
<TabletSettings>
<SourceLocation DefaultValue="https://myaddin/index.html" />
<RequestedHeight>250</RequestedHeight>
</TabletSettings>
<PhoneSettings>
<SourceLocation DefaultValue="https://myaddin/index.html" />
</PhoneSettings>
</Form>
</FormSettings>