NewsletterHelper Class |
Namespace: CMS.Newsletters
public static class NewsletterHelper
The NewsletterHelper type exposes the following members.
Name | Description | |
---|---|---|
BouncedEmailAddress |
Gets e-mail address where bounced back e-mails should be sent.
| |
BouncedEmailsLimit |
Gets limit for bounced e-mails.
| |
GenerateEmailsEnabled |
Gets if newsletter e-mail generation is enabled.
| |
GetEmailAddressCount |
Returns number of recipients subscribed for specified newsletter. Takes unsubscription table in account.
| |
GetPreviewHTML |
Gets preview HTML of issue for given subscriber. Might not represent reality, for example Contact groups show an e-mail that will get the
first found contact that belongs to the contact group.
| |
CheckLicense(NewsletterInfo) |
Checks the license for insert for a new newsletter or for edit in other cases.
| |
CheckLicense(ObjectActionEnum, String) |
Checks the license.
| |
IsABTestingAvailable |
Checks if newsletter A/B testing is available for current URL.
| |
IsTrackingAvailable |
Checks if newsletter tracking (open e-mail, click through and bounces) is available for current URL.
| |
LicenseVersionCheck(String, FeatureEnum, ObjectActionEnum) |
License version check.
| |
LicenseVersionCheck(String, FeatureEnum, ObjectActionEnum, Boolean) |
License version check.
| |
MonitorBouncedEmails |
Gets whether bounced e-mails monitoring is enabled for the given site.
| |
OnlineMarketingAvailable |
Gets whether Online marketing is available and enabled for the site.
| |
OnlineMarketingEnabled |
Gets whether Online marketing is enabled for the site.
| |
UseExternalServiceForDynamicNewsletters |
Indicates if scheduled task for dynamic newsletters should run in windows service
|