다음을 통해 공유


IEmailChannelProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.EmailChannelPropertiesTypeConverter))]
public interface IEmailChannelProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.EmailChannelPropertiesTypeConverter))>]
type IEmailChannelProperties = interface
    interface IJsonSerializable
Public Interface IEmailChannelProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AuthMethod

Email channel auth method. 0 Password (Default); 1 Graph.

EmailAddress

The email address

IsEnabled

Whether this channel is enabled for the bot

MagicCode

The magic code for setting up the modern authentication.

Password

The password for the email address. Value only returned through POST to the action Channel List API, otherwise empty.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to