Description
The e-mail address of the user.
Alternatively, a placeholder e-mail address can be specified.
The e-mail address must match one of the registered domains of the message group.
Example
Android
JavaScript
"managedProperty": [
{
"key": "emailAddress",
"valueString": "test.sample@company.com"
}
]
iOS
XML
<key>emailAddress</key>
<string>test.sample@company.com</string>