| EmailRecipientStatusEnum Enumeration | 
Namespace: CMS.Newsletters.Web.UI.Internal
 Syntax
Syntaxpublic enum EmailRecipientStatusEnum
 Members
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
See Also