ICQClient1.SendSMS('+79500******','ПривеД МедвеД'); For some reason, does not send a message through this component. Could you tell me what I was wrong?
ICQClient1.SendSMS('+79500******','ПривеД МедвеД'); For some reason, does not send a message through this component. Could you tell me what I was wrong?
The TICQClient component is old; after its release, the protocol has already been changed many times, so it is unlikely that anything will work out. In addition, most IMs will identify your program as an Internet pager and ignore the messages it sends.
ICQClient1.SendSMS (Edit1.Text, '(nik, ICQ)' + memo.Text);
Source: https://ru.stackoverflow.com/questions/40979/
All Articles