Class MailoutState
public class MailoutState
- Inheritance
-
MailoutState
- Inherited Members
- Extension Methods
Constructors
MailoutState()
public MailoutState()
Properties
Identifier
public Guid Identifier { get; set; }
Property Value
Recipients
public EmailAddress[] Recipients { get; set; }
Property Value
Status
public string Status { get; set; }
Property Value
StatusReason
public string StatusReason { get; set; }