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
Properties
Error
public string Error { get; set; }
Property Value
MailoutIdentifier
public Guid MailoutIdentifier { get; set; }
Property Value
RecipientIdentifier
public Guid RecipientIdentifier { get; set; }