Table of Contents

Class DeliveryStarted

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

Constructors

DeliveryStarted(Guid, EmailAddress)

public DeliveryStarted(Guid mailout, EmailAddress recipient)

Parameters

mailout Guid
recipient EmailAddress

Properties

MailoutIdentifier

public Guid MailoutIdentifier { get; set; }

Property Value

Guid

Recipient

public EmailAddress Recipient { get; set; }

Property Value

EmailAddress