Share via


EmailChannelProperties Class

Definition

The parameters to provide for the Email channel.

public class EmailChannelProperties
type EmailChannelProperties = class
Public Class EmailChannelProperties
Inheritance
EmailChannelProperties

Constructors

EmailChannelProperties(String, Boolean)

Initializes a new instance of EmailChannelProperties.

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.

Applies to