Class DeliveryCompleted2
public class DeliveryCompleted2 : Change, IChange
- Inheritance
-
DeliveryCompleted2
- Implements
- Inherited Members
- Extension Methods
Constructors
DeliveryCompleted2(Guid, Guid, string)
public DeliveryCompleted2(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; }