Guest
2009-07-22T13:29:51Z
Hei there

i send with the .net interface a message with usercontext. like this:

IntelliSMS objIntelliSMS = new IntelliSMS();

objIntelliSMS.Username = "username";
objIntelliSMS.Password = "password";


String MessageId = objIntelliSMS.SendMsgWithUserContext
(txtMobileNr.Text, txtMsg.Text, "swissphil", txtUserContext.Text);

but when I reply (with a samsung mobile) and the message gets forwarded i havent got a usercontext in it:


string usercontext = "usercontext";
if (Request.Form["usercontext"] != null)
usercontext = Request.Form["usercontext"];

the usercontext is always null..

any clues?
Support
2009-07-22T14:03:32Z
It looks like you are doing the correct thing.

So that I can check your account please send the following details to support@intellisoftware.co.uk.

1. Your username on our system
2. Mobile phone number(s) you were sending to
3. The number that you sent the reply back to.
4. The time you sent the message(s) (as indicated on the 'SMS Sent' page)
Users browsing this topic