views:

17

answers:

0

By using Api - mesasge.setContent( Object o );, we ca 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.