Enum SubscriberStatus
Represents the status of a newsletter subscriber.
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public enum SubscriberStatus
Fields
| Name | Description |
|---|---|
| Active | The subscriber is active. |
| Blocked | The subscriber is blocked. |
| Deleted | The subscriber is deleted. |
| Failed | The subscriber has failed to receive emails. |
| Inactive | The subscriber is inactive. |
| Unsubscribed | The subscriber has unsubscribed. |