Class DeliveryStarted
[Obsolete]
public class DeliveryStarted : Change, IChange
- Inheritance
-
DeliveryStarted
- Implements
- Inherited Members
- Extension Methods
Constructors
DeliveryStarted(Guid, EmailAddress)
public DeliveryStarted(Guid mailout, EmailAddress recipient)
Parameters
mailoutGuidrecipientEmailAddress
Properties
MailoutIdentifier
public Guid MailoutIdentifier { get; set; }
Property Value
Recipient
public EmailAddress Recipient { get; set; }