procedure SendSMS(const Destination, Text: String)
Sends SMS message to Destination with Text.
Example:

  ICQClient1.SendSMS('+3739401111', 'Hello, World!');
  
If evrything is okay you will receive OnSMSAck event, otherwise OnSMSRefused event.