Table of Contents

Class DeliveryBounced

Namespace
InSite.Domain.Messages
Assembly
Shift.Sdk.dll
public class DeliveryBounced : Change, IChange
Inheritance
DeliveryBounced
Implements
Inherited Members
Extension Methods

Constructors

DeliveryBounced(string, DateTimeOffset, string, string, string, string, string, Guid?)

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

Parameters

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

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