Class EmailOnNotificationEvent
Inheritance
System.Object
EmailOnNotificationEvent
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 |
|