Enum NewsletterRowStatus
Enumeration representing the possible status of a newsletter row.
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public enum NewsletterRowStatus
Fields
| Name | Description |
|---|---|
| Failed | The row processing has failed. |
| Sent | The row has been successfully processed and sent. |
| Waiting | The row is waiting to be processed. |
| Working | The row is being processed. |