EmailChannelProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters to provide for the Email channel.
public class EmailChannelProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.EmailChannelProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.EmailChannelProperties>
public class EmailChannelProperties
type EmailChannelProperties = class
interface IJsonModel<EmailChannelProperties>
interface IPersistableModel<EmailChannelProperties>
type EmailChannelProperties = class
Public Class EmailChannelProperties
Implements IJsonModel(Of EmailChannelProperties), IPersistableModel(Of EmailChannelProperties)
Public Class EmailChannelProperties
- Inheritance
-
EmailChannelProperties
- Implements
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. |
Explicit Interface Implementations
IJsonModel<EmailChannelProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EmailChannelProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EmailChannelProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EmailChannelProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EmailChannelProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET