Click or drag to resize

MailingListHelperGetMailingListByName Method

Gets the mailing list by the name.

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 MailingList GetMailingListByName(
	string mailingListName
)

Parameters

mailingListName
Type: SystemString
Name of the mailing list.

Return Value

Type: MailingList
Mailing list with the given name.
See Also