Guest
2007-06-01T14:22:56Z
Hi,

We use the ActiveSMS software with a GSM modem, and I'm trying to send long SMS messages.

When I manually insert a message into the database to be sent, it will send witn more than 160 characters.

But when I try it programatically in my VB.net code, it cuts off at the normal 160 characters.

My code:

Dim m_ActiveSMS As New IntelliSoftware.ActiveSMS
m_ActiveSMS.ActiveHandset =  IntelliSoftware.Handsets.hsHandset1
intRetVal = m_ActiveSMS.SendMsg(strPhone, strMsg, 15000)

How can I programatically send long messages?

Cheers,
Mike
Guest
2007-06-01T14:26:44Z
Sorry, I think I've found my answer after looking at the Release Notes
http://www.intellisoftwa.../downloads/releasenotes/ 

I think we've got an old version of the software.