View Source
Class NotificationEmailModel
Represents an email when sent with notifications.
Assembly: Umbraco.Core.dll
Syntax
public class NotificationEmailModel
Constructors
View Source
NotificationEmailModel(NotificationEmailAddress?, IEnumerable<NotificationEmailAddress?>?, IEnumerable<NotificationEmailAddress>?, IEnumerable<NotificationEmailAddress>?, IEnumerable<NotificationEmailAddress>?, string?, string?, IEnumerable<EmailMessageAttachment>?, bool)
Declaration
public NotificationEmailModel(NotificationEmailAddress? from, IEnumerable<NotificationEmailAddress?>? to, IEnumerable<NotificationEmailAddress>? cc, IEnumerable<NotificationEmailAddress>? bcc, IEnumerable<NotificationEmailAddress>? replyTo, string? subject, string? body, IEnumerable<EmailMessageAttachment>? attachments, bool isBodyHtml)
Parameters
Properties
View Source
Attachments
Declaration
public IList<EmailMessageAttachment>? Attachments { get; }
Property Value
View Source
Bcc
Declaration
public IEnumerable<NotificationEmailAddress>? Bcc { get; }
Property Value
View Source
Body
Declaration
public string? Body { get; }
Property Value
View Source
Cc
Declaration
public IEnumerable<NotificationEmailAddress>? Cc { get; }
Property Value
View Source
From
Declaration
public NotificationEmailAddress? From { get; }
Property Value
View Source
HasAttachments
Declaration
public bool HasAttachments { get; }
Property Value
View Source
IsBodyHtml
Declaration
public bool IsBodyHtml { get; }
Property Value
View Source
ReplyTo
Declaration
public IEnumerable<NotificationEmailAddress>? ReplyTo { get; }
Property Value
View Source
Subject
Declaration
public string? Subject { get; }
Property Value
View Source
To
Declaration
public IEnumerable<NotificationEmailAddress?>? To { get; }
Property Value