Class DeliveryCompleted
[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
mailoutGuidrecipientEmailAddresserrorstring
Properties
Error
public string Error { get; set; }
Property Value
MailoutIdentifier
public Guid MailoutIdentifier { get; set; }
Property Value
Recipient
public EmailAddress Recipient { get; set; }