IBI-aws MobileClient

supportEmailAddress

Available from version

1.8.0

Necessity

optional

Value type

text

Description

The e-mail address to which an e-mail can be sent in case of a faulty (Intune) configuration

Example

Android

JavaScript
"managedProperty": [
  {
    "key": "supportEmailAddress",
    "valueString": "support@company.com"
  }
]

iOS

XML
<key>supportEmailAddress</key>
<string>support@company.com</string>