SubscribeSettings Class |
Namespace: CMS.Newsletters
public class SubscribeSettings
The SubscribeSettings type exposes the following members.
Name | Description | |
---|---|---|
SubscribeSettings |
Name | Description | |
---|---|---|
AllowOptIn |
If true and double opt-in is enabled for given newsletter, subscription will be created as unapproved and double opt-in email will be sent.
Default is false.
| |
RemoveAlsoUnsubscriptionFromAllNewsletters |
If true, email is also removed from "unsubscribe all" list so it receives newsletters again.
Default is false.
| |
RemoveUnsubscriptionFromNewsletter |
If true, unsubscription is removed for specified email and newsletter.
Default is false.
| |
SendConfirmationEmail |
If true, confirmation email will be send after successful subscription.
Default is false.
| |
SourceSubscriber | SubscriberInfo object with initial data used for subscriber creation.
|