Closed GoogleCodeExporter closed 8 years ago
Hi BBB,
This could be better documented in the Wiki, and I noticed the JavaDoc is not
displaying properly as HTML. (Oh My!!)
Google Voice is big about the Conversation or SMSThread as we have named it. I
do not think it is even possible to delete a specific message out of a
conversation or SMSThread, you have to delete the whole thing.
N.B. when we say delete, we are talking about moving it to the Trash. To
really delete it you have to empty the trash.
This code should give you the hint you need:
SMSThread smsthread = ....
String msgID = smsthread.getId();
try {
voice.deleteMessage(msgID);
} catch (IOException e) {
e.printStackTrace();
}
Original comment by malone.j...@gmail.com
on 6 Mar 2012 at 10:49
Thanks! That's the problem. I have to delete the whole thing and there is
an ID for the thread. Perfect!
Original comment by buil...@bobblair.com
on 6 Mar 2012 at 11:13
hello to everybody over there
Original comment by hotlyja...@gmail.com
on 27 Feb 2014 at 12:02
Original issue reported on code.google.com by
buil...@bobblair.com
on 6 Mar 2012 at 7:46