Click or drag to resize

MailingListHelperUnsubscribeFromList Method

Unsubscribes from list.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static bool UnsubscribeFromList(
	Guid mailingListSubscriptionId,
	string hash
)

Parameters

mailingListSubscriptionId
Type: SystemGuid
The mailing list subscription id.
hash
Type: SystemString
The hash .

Return Value

Type: Boolean
true if customer was successfully unsubscribed, otherwise returns false.
See Also