02-15-2010 10:21 AM
can I change subject of an email in the inbox
Solved! Go to Solution.
02-15-2010 10:24 AM
class Message
void setSubject(String subject)
02-15-2010 10:28 AM
I want to change subject of incomming messages based on the sender address?
and not to set subject for new message.
is that possible?
02-15-2010 10:45 AM
you can retrieve the message object using a folderlistener, or using the store and its index.