Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 969 Bytes

File metadata and controls

37 lines (31 loc) · 969 Bytes
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

provisionChannelEmailResult resource type

Namespace: microsoft.graph

Represents the email address provisioned for a channel.

Properties

Property Type Description
email String Represents the provisioned email address.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.provisionChannelEmailResult",
  "email": "String"
}