change message body in blackberry of HTML message
Posted
by PankajV
on Stack Overflow
See other posts from Stack Overflow
or by PankajV
Published on 2010-05-24T03:54:35Z
Indexed on
2010/05/24
4:01 UTC
Read the original article
Hit count: 376
blackberry
By using BlackBerry Api - mesasge.setContent( Object o );, we can change the message body of blackberry messaging application. But This work when message is plain text, How can we change / update the message body for HTML message programmaticay.
message.setContent(object o); does not work for HTML message.
Please advice
© Stack Overflow or respective owner