Share via


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

Html

Html version of the email message.

PlainText

Plain text version of the email message.

Subject

Subject of the email message

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to