EmailMessage Class
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.
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 both regular and inline 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
Azure SDK for .NET