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

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
void SendUnsubscriptionConfirmation(
	IList<KeyValuePair<int, SubscriberInfo>> subscribers,
	int newsletterId
)

Parameters

subscribers
Type: System.Collections.GenericIListKeyValuePairInt32, SubscriberInfo
Subscribers to send email to
newsletterId
Type: SystemInt32
ID of newsletter to be unsubscribed from
See Also