Table of Contents

Class BounceDelivery

Namespace
InSite.Application.Messages.Write
Assembly
Shift.Sdk.dll
public class BounceDelivery : Command, ICommand
Inheritance
BounceDelivery
Implements
Inherited Members
Extension Methods

Constructors

BounceDelivery(Guid, string, DateTimeOffset, string, string, string, string, string, Guid?)

public BounceDelivery(Guid bounce, string file, DateTimeOffset time, string type, string reason, string subject, string body, string address, Guid? mailout)

Parameters

bounce Guid
file string
time DateTimeOffset
type string
reason string
subject string
body string
address string
mailout Guid?

Properties

BounceBody

public string BounceBody { get; set; }

Property Value

string

BounceFile

public string BounceFile { get; set; }

Property Value

string

BounceIdentifier

public Guid BounceIdentifier { get; set; }

Property Value

Guid

BounceReason

public string BounceReason { get; set; }

Property Value

string

BounceSubject

public string BounceSubject { get; set; }

Property Value

string

BounceTime

public DateTimeOffset BounceTime { get; set; }

Property Value

DateTimeOffset

BounceType

public string BounceType { get; set; }

Property Value

string

MailoutIdentifier

public Guid? MailoutIdentifier { get; set; }

Property Value

Guid?

RecipientAddress

public string RecipientAddress { get; set; }

Property Value

string