Compartir a través de


IEmailChannel Interface

Definition

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

Properties

AuthMethod

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

EmailAddress

The email address

Etag

Entity Tag of the resource

(Inherited from IChannel)
IsEnabled

Whether this channel is enabled for the bot

Location

Specifies the location of the resource.

(Inherited from IChannel)
MagicCode

The magic code for setting up the modern authentication.

Name

The channel name

(Inherited from IChannel)
Password

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

ProvisioningState

Provisioning state of the resource

(Inherited from IChannel)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to