Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1011 Bytes

provisionchannelemailresult.md

File metadata and controls

38 lines (31 loc) · 1011 Bytes
title description author ms.localizationpriority ms.subservice doc_type
provisionChannelEmailResult resource type
Represents the result of a channel email provisioning operation.
anandab-msft
medium
teams
resourcePageType

provisionChannelEmailResult resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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 is a JSON representation of the resource.

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