NewsletterHelper Methods |
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.
| |
CheckLicense(NewsletterInfo) |
Checks the license for insert for a new newsletter or for edit in other cases.
| |
CheckLicense(ObjectActionEnum, String) |
Checks the license.
| |
GenerateEmailsEnabled |
Gets if newsletter e-mail generation is enabled.
| |
GetContactInfo |
Returns contact related with subscriber. If there is no known relation between contact and subscriber,
returns contact with the same email. In this case, if there is more contacts with the same email, selects the one with last logged activity.
| |
GetEmailAddressCount |
Returns number of recipients subscribed for specified newsletter. Takes unsubscription and bounces into account (see GetMarketableRecipients).
| |
GetNewsletterMarketableRecipientsCount |
Returns number of recipients subscribed for specified newsletter. Takes unsubscription table in account.
| |
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 available for the given site and current URL.
| |
MonitorBouncedEmailsEnabled |
Indicates if 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.
| |
ToContactSubscriber |
Creates a subscriber from a contact.
| |
UseExternalServiceForDynamicNewsletters |
Indicates if scheduled task for dynamic newsletters should run in windows service
|