Click or drag to resize
SubscribeSettingsRequireOptIn Property
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.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public bool RequireOptIn { get; set; }

Property Value

Type: Boolean
See Also