Class BackgroundEmailSendingJobArgs
Inheritance
object
BackgroundEmailSendingJobArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Emailing
Assembly: Volo.Abp.Emailing.dll
Syntax
public class BackgroundEmailSendingJobArgs
Constructors
BackgroundEmailSendingJobArgs()
Declaration
public BackgroundEmailSendingJobArgs()
Properties
Body
Declaration
public string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
From
Declaration
public string From { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsBodyHtml
Declaration
public bool IsBodyHtml { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Subject
Declaration
public string Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
To
Declaration
public string To { get; set; }
Property Value
| Type | Description |
|---|---|
| string |