Class BackgroundEmailSendingJobArgs
Inheritance
System.Object
BackgroundEmailSendingJobArgs
Assembly: Volo.Abp.Emailing.dll
Syntax
public class BackgroundEmailSendingJobArgs : object
Properties
Body
Declaration
public string Body { get; set; }
Property Value
Type |
Description |
System.String |
|
From
Declaration
public string From { get; set; }
Property Value
Type |
Description |
System.String |
|
IsBodyHtml
Declaration
public bool IsBodyHtml { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Subject
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
To
Declaration
public string To { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods