Compartilhar via


EmailChannelProperties(String, Boolean) Construtor

Definição

Inicializa uma nova instância de EmailChannelProperties.

public EmailChannelProperties (string emailAddress, bool isEnabled);
new Azure.ResourceManager.BotService.Models.EmailChannelProperties : string * bool -> Azure.ResourceManager.BotService.Models.EmailChannelProperties
Public Sub New (emailAddress As String, isEnabled As Boolean)

Parâmetros

emailAddress
String

O endereço de email.

isEnabled
Boolean

Se esse canal está habilitado para o bot.

Exceções

emailAddress é nulo.

Aplica-se a