Click or drag to resize
ContactMarketingEmailStatusEnum Enumeration
Specifies possible values of Marketing email setting displayed within the contact card.

Namespace: CMS.Newsletters.Web.UI
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 10.0.0
Syntax
C#
public enum ContactMarketingEmailStatusEnum
Members
  Member nameValueDescription
ReceivingMarketingEmails0 Receiving marketing emails.
NoEmailAddress1 The system does not have an email address for this contact. The contact is not receiving marketing emails and can't be added to any recipient list.
OptedOut2 Determines the contact is unsubscribed from all the marketing communication.
Undeliverable3 The contact reached the maximal count of bounces and does not receive marketing emails any more.
See Also