Click or drag to resize
IConfirmationSenderSendUnsubscriptionConfirmation Method
Sends unsubscription confirmation e-mail.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
void SendUnsubscriptionConfirmation(
	SubscriberInfo subscriber,
	int newsletterId
)

Parameters

subscriber
Type: CMS.NewslettersSubscriberInfo
Subscriber to send email to
newsletterId
Type: SystemInt32
ID of newsletter to be unsubscribed from
See Also