Menu

#1 space missing

open
nobody
None
5
2011-07-12
2011-07-12
Anonymous
No

You must modify :
this.Write("DELE" + id);
by
this.Write("DELE " + id);
in the DeleteEmail(UInt32 id) method. Then you have DELE 1 and not DELE1.

Regards.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.