Class BackgroundEmailSendingJobArgs
Inheritance
BackgroundEmailSendingJobArgs
Assembly: Volo.Abp.Emailing.dll
Syntax
public class BackgroundEmailSendingJobArgs : IMultiTenant
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
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
To
Declaration
public string To { get; set; }
Property Value
Implements
Extension Methods