luo dongri - 2009-01-07

I use your code to send message to the contacts.

my codes is as following:

messenger.sendText(Email.parseStr("xck**g@hotmail.com"),"test");

Thread.sleep(500);
messenger.sendText(Email.parseStr("wkh.**@gmail.com"),"test");
Thread.sleep(500);
messenger.sendText(Email.parseStr("ahz**g828@hotmail.com"),"test");
Thread.sleep(500);
messenger.sendText(Email.parseStr("simli***lar@gmail.com"),"test");
Thread.sleep(500);
messenger.sendText(Email.parseStr("w***@163.com"),"test");
Thread.sleep(500);
messenger.sendText(Email.parseStr("thew***mu@hotmail.com"),"test");
Thread.sleep(500);
messenger.sendText(Email.parseStr("l***83@hotmail.com"),"test");
Thread.sleep(500);
messenger.sendText(Email.parseStr("bo**g@hotmail.com"),"test");
Thread.sleep(500);
messenger.sendText(Email.parseStr("lv**@hotmail.com"),"test");
Thread.sleep(500);
messenger.sendText(Email.parseStr("g***b@hotmail.com"),"test");

It generate a exception as following:

[01-07 15:37] MsnMessenger: thewintersun100@live.cnErrorCode 800 , Changing too rapidly
outgoing : XFR 18 SB

incoming : 800 18

[01-07 15:37] ErrorCode 800 , Changing too rapidly
outgoing : XFR 18 SB

incoming : 800 18

[01-07 15:37] MsnMessenger: thewintersun100@live.cnErrorCode 800 , Changing too rapidly
outgoing : XFR 19 SB

incoming : 800 19

[01-07 15:37] MsnMessenger: thewintersun100@live.cnErrorCode 800 , Changing too rapidly
outgoing : XFR 20 SB

incoming : 800 20

[01-07 15:37] ErrorCode 800 , Changing too rapidly
outgoing : XFR 19 SB

incoming : 800 19

[01-07 15:37] ErrorCode 800 , Changing too rapidly
outgoing : XFR 20 SB

incoming : 800 20

[01-07 15:37] switchboardStarted MsnSwitchboard: thewintersun100@live.cn
[01-07 15:37] switchboardStarted MsnSwitchboard: thewintersun100@live.cn
[01-07 15:37] switchboardStarted MsnSwitchboard: thewintersun100@live.cn
[01-07 15:37] switchboardStarted MsnSwitchboard: thewintersun100@live.cn
[01-07 15:37] switchboardStarted MsnSwitchboard: thewintersun100@live.cn
[01-07 15:37] switchboardStarted MsnSwitchboard: thewintersun100@live.cn
[01-07 15:37] switchboardStarted MsnSwitchboard: thewintersun100@live.cn
[01-07 15:37] switchboardStarted MsnSwitchboard: thewintersun100@live.cn
[01-07 15:38] switchboardStarted MsnSwitchboard: thewintersun100@live.cn
[01-07 15:38] switchboardStarted MsnSwitchboard: thewintersun100@live.cn

So I want to know the reason and  how to send the message fast to a lot of people???

Thank you very very much!!!!!!!!!!!!!!!!