procedure SendSMS(const Destination, Text: String) Sends SMS message to Destination with Text. Example:
ICQClient1.SendSMS('+3739401111', 'Hello, World!');