| title | provisionChannelEmailResult resource type |
|---|---|
| description | Represents the result of a channel email provisioning operation. |
| author | anandab-msft |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents the email address provisioned for a channel.
| Property | Type | Description |
|---|---|---|
| String | Represents the provisioned email address. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.provisionChannelEmailResult",
"email": "String"
}