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.