ISubscriptionServiceSubscribe Method (ContactInfo, NewsletterInfo, SubscribeSettings) |
Subscribes contact to given newsletter.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax Exceptions Exception | Condition |
---|
ArgumentNullException | Either contact, newsletter, or subscribeSettings is null. |
Remarks
If the subscription is approved, performs logging of the subscription logging activity.
Whether or not email is removed from newsletter unsubscription or "unsubscribe from all" list can be specified in subscribeSettings parameter.
See Also