Thanks for your prompt reply.It works fine. My another questions :
1.) Is there any way to get campaignid required in campaignSendNow()
method dynamically in C#. Currently i have hard code the id and it
work fine.But i want to do all dynamically.
2.) I want to send newsletter email from C# . i have created List and
Campaign on Mailchimp account. In my code with Listsubscribe() method
i am subscribing users to list and then making campaign with
subscribed users.To send newsletters to those subscribed users i need
campaignid (cid) but i can not get it dynamically. I want to integrate
this module on website. please suggest any steps or methods for
newsletter subscription with C# code.
3.) What are basic steps for create and send newsletter on Mailchimp
account and way to access it from C# with required methods.