Click or drag to resize
IssueInfoProviderSendConfirmationEmail Method

Note: This API is now obsolete.

Sends e-mail to confirm subscription/unsubscription of subscriber to newsletter.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use implementation of method SendConfirmationEmail from interface IConfirmationSender. Default implementation is in ConfirmationSender service.")]
public static void SendConfirmationEmail(
	bool isSubscriptionEmail,
	int subscriberId,
	int newsletterId
)

Parameters

isSubscriptionEmail
Type: SystemBoolean
True if the message is subscription confirmation, false if unsubscription confirmation
subscriberId
Type: SystemInt32
Subscriber ID
newsletterId
Type: SystemInt32
Newsletter ID
See Also