EmailChannelProperties interface
The parameters to provide for the Email channel.
Properties
auth |
Email channel auth method. 0 Password (Default); 1 Graph. |
email |
The email address |
is |
Whether this channel is enabled for the bot |
magic |
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