Table of Contents

Class DeliveryCompleted

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

Constructors

DeliveryCompleted(Guid, EmailAddress, string)

public DeliveryCompleted(Guid mailout, EmailAddress recipient, string error)

Parameters

mailout Guid
recipient EmailAddress
error string

Properties

Error

public string Error { get; set; }

Property Value

string

MailoutIdentifier

public Guid MailoutIdentifier { get; set; }

Property Value

Guid

Recipient

public EmailAddress Recipient { get; set; }

Property Value

EmailAddress