Click or drag to resize

IAtomiaBillingApiGetMailingListByName Method

Gets the mailing list by its name.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
MailingList GetMailingListByName(
	string mailingListName
)

Parameters

mailingListName
Type: SystemString
Name of the mailing list.

Return Value

Type: MailingList
Mailing list with the given name; if mailing list is not found, returns null.
See Also