Class BackgroundEmailSendingJobArgs
Inheritance
BackgroundEmailSendingJobArgs
Assembly: Volo.Abp.Emailing.dll
Syntax
public class BackgroundEmailSendingJobArgs
Constructors
BackgroundEmailSendingJobArgs()
Declaration
public BackgroundEmailSendingJobArgs()
Properties
AdditionalEmailSendingArgs
Declaration
public AdditionalEmailSendingArgs? AdditionalEmailSendingArgs { get; set; }
Property Value
Body
Declaration
public string? Body { get; set; }
Property Value
From
Declaration
public string? From { get; set; }
Property Value
IsBodyHtml
Declaration
public bool IsBodyHtml { get; set; }
Property Value
Subject
Declaration
public string? Subject { get; set; }
Property Value
To
Declaration
public string To { get; set; }
Property Value
Extension Methods