Share via


IEmailMessage Interface

Definition

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

Properties

Attachment

List of attachments. Please note that we limit the total size of an email request (which includes both regular and inline attachments) to 10MB.

ContentHtml

Html version of the email message.

ContentPlainText

Plain text version of the email message.

ContentSubject

Subject of the email message

Header

Custom email headers to be passed.

RecipientBcc

Email BCC recipients

RecipientCc

Email CC recipients

RecipientTo

Email To recipients

ReplyTo

Email addresses where recipients' replies will be sent to.

SenderAddress

Sender email address from a verified domain.

UserEngagementTrackingDisabled

Indicates whether user engagement tracking should be disabled for this request if the resource-level user engagement tracking setting was already enabled in the control plane.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to