ContactMarketingEmailStatusEnum Enumeration |
Specifies possible values of Marketing email setting displayed within the contact card.
Namespace: CMS.Newsletters.Web.UIAssembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 12.0.0
Syntax public enum ContactMarketingEmailStatusEnum
Members
| Member name | Value | Description |
---|
| ReceivingMarketingEmails | 0 |
Receiving marketing emails.
|
| NoEmailAddress | 1 |
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.
|
| OptedOut | 2 |
Determines the contact is unsubscribed from all the marketing communication.
|
| Undeliverable | 3 |
The contact reached the maximal count of bounces and does not receive marketing emails any more.
|
See Also