Search Results for

    Show / Hide Table of Contents
    View Source

    Class SendEmailNotification

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class SendEmailNotification : INotification

    Constructors

    View Source

    SendEmailNotification(NotificationEmailModel, String)

    Declaration
    public SendEmailNotification(NotificationEmailModel message, string emailType)
    Parameters
    Type Name Description
    NotificationEmailModel message
    System.String emailType

    Properties

    View Source

    EmailType

    Some metadata about the email which can be used by handlers to determine if they should handle the email or not

    Declaration
    public string EmailType { get; }
    Property Value
    Type Description
    System.String
    View Source

    IsHandled

    Returns true if the email sending is handled.

    Declaration
    public bool IsHandled { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Message

    Declaration
    public NotificationEmailModel Message { get; }
    Property Value
    Type Description
    NotificationEmailModel

    Methods

    View Source

    HandleEmail()

    Call to tell Umbraco that the email sending is handled.

    Declaration
    public void HandleEmail()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SendEmailNotification(NotificationEmailModel, String)
    • Properties
      • EmailType
      • IsHandled
      • Message
    • Methods
      • HandleEmail()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX