Table of Contents

Class CompleteDelivery

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

Constructors

CompleteDelivery(Guid, Guid, Guid, string)

public CompleteDelivery(Guid message, Guid mailout, Guid recipient, string error)

Parameters

message Guid
mailout Guid
recipient Guid
error string

Properties

Error

public string Error { get; set; }

Property Value

string

MailoutIdentifier

public Guid MailoutIdentifier { get; set; }

Property Value

Guid

RecipientIdentifier

public Guid RecipientIdentifier { get; set; }

Property Value

Guid