Search Results for

    Show / Hide Table of Contents
    View Source

    Class NotificationEmailAddress

    Represents an email address used for notifications. Contains both the address and its display name.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Email
    Assembly: Umbraco.Core.dll
    Syntax
    public class NotificationEmailAddress

    Constructors

    View Source

    NotificationEmailAddress(String, String)

    Declaration
    public NotificationEmailAddress(string address, string displayName)
    Parameters
    Type Name Description
    System.String address
    System.String displayName

    Properties

    View Source

    Address

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

    DisplayName

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NotificationEmailAddress(String, String)
    • Properties
      • Address
      • DisplayName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX