EmailRecipientStatusEnum Enumeration |
Enumeration of the email recipient status
Namespace: CMS.Newsletters.Web.UI.InternalAssembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 13.0.131
Syntax public enum EmailRecipientStatusEnum
Members
| Member name | Value | Description |
---|
| Marketable | 0 |
Everything is set, the recipient is marketable
|
| MissingEmail | 1 |
The recipient is anonymous without email
|
| OptedOut | 2 |
The recipient opted out from receiving emails
|
| Bounced | 3 |
The recipient email is unreachable
|
See Also