Click or drag to resize
SubscriberInfoProviderUnblockSubscriber Method
Unblocks a subscriber with a specified ID.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static void UnblockSubscriber(
	int subscriberId
)

Parameters

subscriberId
Type: SystemInt32
Subscriber ID
See Also