IEmailContent Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailContentTypeConverter))]
public interface IEmailContent : Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailContentTypeConverter))>]
type IEmailContent = interface
    interface IJsonSerializable
Public Interface IEmailContent
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Html

Html version of the email message.

PlainText

Plain text version of the email message.

Subject

Subject of the email message

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to