Click or drag to resize
NewsletterHelper Methods

The NewsletterHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBouncedEmailAddress
Gets e-mail address where bounced back e-mails should be sent.
Public methodStatic memberBouncedEmailsLimit
Gets limit for bounced e-mails.
Public methodStatic memberGenerateEmailsEnabled
Gets if newsletter e-mail generation is enabled.
Public methodStatic memberGetEmailAddressCount
Returns number of recipients subscribed for specified newsletter. Takes unsubscription table in account.
Public methodStatic memberGetPreviewHTML
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.
Public methodStatic memberCheckLicense(NewsletterInfo)
Checks the license for insert for a new newsletter or for edit in other cases.
Public methodStatic memberCheckLicense(ObjectActionEnum, String)
Checks the license.
Public methodStatic memberIsABTestingAvailable
Checks if newsletter A/B testing is available for current URL.
Public methodStatic memberIsTrackingAvailable
Checks if newsletter tracking (open e-mail, click through and bounces) is available for current URL.
Public methodStatic memberLicenseVersionCheck(String, FeatureEnum, ObjectActionEnum)
License version check.
Public methodStatic memberLicenseVersionCheck(String, FeatureEnum, ObjectActionEnum, Boolean)
License version check.
Public methodStatic memberMonitorBouncedEmails
Gets whether bounced e-mails monitoring is enabled for the given site.
Public methodStatic memberOnlineMarketingAvailable
Gets whether Online marketing is available and enabled for the site.
Public methodStatic memberOnlineMarketingEnabled
Gets whether Online marketing is enabled for the site.
Public methodStatic memberUseExternalServiceForDynamicNewsletters
Indicates if scheduled task for dynamic newsletters should run in windows service
Top
See Also