Hi,
I am having 2 issues whe receiving an SMS that I hope you can help me with:
1. When I receive an SMS message the german characters are displayed as fractions, and other incorrect characters.
What encoding should I use?
Here is snippet of the code:
DocDataType DocData = new DocDataType();
DocData.format = DocEncodingFormat.text;
DocData.Value = body;
2. I expecetd to receive just one SMS message, but I am receiving 2 SMS messages.
The message has been divided into 2 SMS messages and I should have just received one SMS message.
The number of characters in the string is 129. Can you tell me what I need to do to fix this?
thanks