Class EmailSettingGroupViewComponent.SendTestEmailViewModel
Inheritance
EmailSettingGroupViewComponent.SendTestEmailViewModel
Assembly: Volo.Abp.SettingManagement.Blazor.dll
Syntax
public class EmailSettingGroupViewComponent.SendTestEmailViewModel
Constructors
SendTestEmailViewModel()
Declaration
public SendTestEmailViewModel()
Properties
Body
Declaration
public string Body { get; set; }
Property Value
SenderEmailAddress
Declaration
[Required]
public string SenderEmailAddress { get; set; }
Property Value
Subject
Declaration
[Required]
public string Subject { get; set; }
Property Value
TargetEmailAddress
Declaration
[Required]
public string TargetEmailAddress { get; set; }
Property Value
Extension Methods