Click or drag to resize
ISubscriptionServiceSubscribe Method
Overload List
  NameDescription
Public methodSubscribe(ContactGroupInfo, NewsletterInfo)
Subscribes contact group to given newsletter.
Public methodSubscribe(Int32, Int32, SubscribeSettings)
Subscribes subscriber to given newsletter. Removes the email from unsubscription list for given newsletter. Whether or not email is removed from "unsubscribe form all" list can be specified in subscribeSettings parameter. subscribeSettings parameter specifies whether confirmation email will be send and if subscription should be approved immediately.
Public methodSubscribe(ContactInfo, NewsletterInfo, SubscribeSettings)
Subscribes contact to given newsletter. Removes the email from unsubscription list for given newsletter. Whether or not email is removed from "unsubscribe from all" list can be specified in subscribeSettings parameter. subscribeSettings parameter specifies whether confirmation email will be sent and if subscription should be approved immediately.
Top
See Also