Class SendTestEmailModal.SendTestEmailViewModel
Inheritance
SendTestEmailModal.SendTestEmailViewModel
Assembly: Volo.Abp.SettingManagement.Web.dll
Syntax
public class SendTestEmailModal.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