Search Results for

    Show / Hide Table of Contents

    Class EmailOnNotificationEvent

    Inheritance
    System.Object
    EmailOnNotificationEvent
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class EmailOnNotificationEvent : Object

    Constructors

    EmailOnNotificationEvent()

    Declaration
    public EmailOnNotificationEvent()

    Properties

    Body

    Declaration
    public string Body { get; set; }
    Property Value
    Type Description
    System.String

    EmailAddress

    Declaration
    public string EmailAddress { get; set; }
    Property Value
    Type Description
    System.String

    SendEmail

    Declaration
    public bool SendEmail { get; set; }
    Property Value
    Type Description
    System.Boolean

    Subject

    Declaration
    public string Subject { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX