EVE-SECURE / eve-net

Automatically exported from code.google.com/p/eve-net
0 stars 0 forks source link

BUG in MailMessages.cs #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
the public sealed class Message should have a public string of "toListID" 
instead of "toListIDs" the response from the server has toListID in it.

The result before the change was that the toListIDs did not got filled up, 
after the change the toListID is filled with the correct value.

Original issue reported on code.google.com by alexande...@gmail.com on 18 Jun 2013 at 8:52