次の方法で共有


EmailChannelProperties interface

The parameters to provide for the Email channel.

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.

Property Details

authMethod

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

authMethod?: EmailChannelAuthMethod

Property Value

emailAddress

The email address

emailAddress: string

Property Value

string

isEnabled

Whether this channel is enabled for the bot

isEnabled: boolean

Property Value

boolean

magicCode

The magic code for setting up the modern authentication.

magicCode?: string

Property Value

string

password

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

password?: string

Property Value

string