Class EmailView
The email view in Bolt
Inheritance
System.Object
EmailView
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
public class EmailView : Object
Constructors
EmailView()
Declaration
public EmailView()
Properties
Address
The email address
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
The id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Priority
The priority
Declaration
public string Priority { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
The status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |