Megosztás a következőn keresztül:


EmailMessage Class

Definition

Message payload for sending an email.

public class EmailMessage
type EmailMessage = class
Public Class EmailMessage
Inheritance
EmailMessage

Constructors

EmailMessage(String, EmailRecipients, EmailContent)

Initializes a new instance of EmailMessage.

EmailMessage(String, String, EmailContent)

Initializes a new instance of EmailMessage.

Properties

Attachments

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

Content

Email content to be sent.

Headers

Custom email headers to be passed.

Recipients

Recipients for the email.

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.

Applies to