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