View Single Post
  #3 (permalink)  
Old 07-24-2008, 01:33 AM
agnes agnes is offline
Active Member
 
Posts: 40
Default

I found a way to refresh the message body in the mailbox view.
In my function i have something like this:

this._msglistCtrl = AjxDispatcher.run("GetMailListController");
var dpv = this._msglistCtrl._doublePaneView;

dpv.reset();
dpv.setMsg(msg);

where msg is the modified message.
Reply With Quote