Re: [python-win32] force outlook ui update

2008-10-30 Thread Christan K .
Tim Roberts timr at probo.com writes: Christan K. wrote: Tim Roberts timr at probo.com writes: Christian K. wrote: the subject field in the inbox list changes immedately but the subject line of the message itself (either shown in the embedded panel or in its own frame)

Re: [python-win32] force outlook ui update

2008-10-30 Thread Tim Roberts
Christan K. wrote: Thank you both for your comments. In fact I naivly assumed that, thinking in terms of a mvc pattern, the outlook gui was the view and mapi manipulated the model so that the gui would be aware of every change in the model. Obviously this is not the case. That is not an

Re: [python-win32] force outlook ui update

2008-10-29 Thread Tim Roberts
Christan K. wrote: Tim Roberts timr at probo.com writes: Christian K. wrote: the subject field in the inbox list changes immedately but the subject line of the message itself (either shown in the embedded panel or in its own frame) does not. After a couple of other actions, i.e.

[python-win32] force outlook ui update

2008-10-25 Thread Christian K.
Hi, I apologize for asking a not specifically python related question but I have no idea where to ask (pointers welcome, too). I noticed that after having written e.g. to the PR_SUBJECT of a mapi IMessage, e.g.: msg = self.msgstore._OpenEntry(self.id, None, mapi.MAPI_BEST_ACCESS)