Click or drag to resize
EmailRecipientStatusEnum Enumeration
Enumeration of the email recipient status

Namespace: CMS.Newsletters.Web.UI.Internal
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 10.0.0
Syntax
C#
public enum EmailRecipientStatusEnum
Members
  Member nameValueDescription
Marketable0 Everything is set, the recipient is marketable
MissingEmail1 The recipient is anonymous without email
OptedOut2 The recipient opted out from receiving emails
Bounced3 The recipient email is unreachable
See Also