MailingListHelperListAllMailingLists Method |
Lists the mailing lists.
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 List<MailingList> ListAllMailingLists()
Public Shared Function ListAllMailingLists As List(Of MailingList)
public:
static List<MailingList^>^ ListAllMailingLists()
static member ListAllMailingLists : unit -> List<MailingList>
Return Value
Type:
ListMailingListList of existing mailing lists.
See Also