IEmailContent Interface
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.
[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) |