Click or drag to resize
SubscribeSettings Class
Settings defining how exactly will Subscribe(Int32, Int32, SubscribeSettings) method behave.
Inheritance Hierarchy
SystemObject
  CMS.NewslettersSubscribeSettings

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public class SubscribeSettings

The SubscribeSettings type exposes the following members.

Constructors
  NameDescription
Public methodSubscribeSettings
Top
Properties
  NameDescription
Public propertyRemoveAlsoUnsubscriptionFromAllNewsletters
If true, email is also removed from "unsubscribe all" list so it receives newsletters again. Default is false.
Public propertyRequireOptIn
If true and double opt-in is enabled for given newsletter, subscription will be created as unapproved and double opt-in email will be send. Default is false.
Public propertySendConfirmationEmail
If true, confirmation email will be send after successful subscription. Default is false.
Top
See Also