Table of Contents

Class MailoutState

Namespace
InSite.Domain.Messages
Assembly
Shift.Sdk.dll
public class MailoutState
Inheritance
MailoutState
Inherited Members
Extension Methods

Constructors

MailoutState()

public MailoutState()

Properties

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Recipients

public EmailAddress[] Recipients { get; set; }

Property Value

EmailAddress[]

Status

public string Status { get; set; }

Property Value

string

StatusReason

public string StatusReason { get; set; }

Property Value

string