danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

Double Opt in Not workin #185

Closed mohsinali1317 closed 8 years ago

mohsinali1317 commented 8 years ago

I am trying to use DoubleOpt in option, but it doesn't seem to work. Any specific reason why it is not working? Here is my code

EmailParameter results = mc.Subscribe(ListId, email, mv, "html", true, true, true, true);