Compartilhar via


root.developer.contactInfo.defaultSupport object

The default contact information for your app.

Properties that reference this object type:

Syntax

{
  "userEmailsForChatSupport": [
    "{string}"
  ],
  "emailsForEmailSupport": [
    "{string}"
  ]
}

Properties

userEmailsForChatSupport

Mail address to receive customer queries using Teams chat. While the app manifest allows up to 10 email addresses, Teams uses only the first email address to let IT admins communicate with you. The object is an array with all elements of the type string.

Type
Array of string

Required

Constraints
Maximum string length: 80. Minimum array items: 1. Maximum array items: 10.

Supported values

emailsForEmailSupport

Contact email for customer inquiry. The object is an array with all elements of the type string.

Type
Array of string

Required

Constraints
Maximum string length: 80. Minimum array items: 1. Maximum array items: 1.

Supported values