How to find list of Subscribers for a MailingList

Posted by Community Admin on 05-Aug-2018 19:32

How to find list of Subscribers for a MailingList

All Replies

Posted by Community Admin on 26-May-2011 00:00

Hello,

I need to write a LINQ query to retrieve a list of subscribers for a Mailing List. I know the mailinglist ID. How do i query this?

Thanks,
Duneel

Posted by Community Admin on 27-May-2011 00:00

Hi Duneel,

MailingList has a property Subscribers that returns IList<Subscriber>

You can use NewslettersManager.GetMailingList to get the MailingList.

Greetings,
Ivan Dimitrov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Posted by Community Admin on 27-May-2011 00:00

Fantastic...Thanks Ivan!

This thread is closed