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-30 Thread Christan K .
Tim Roberts probo.com> writes: > > Christan K. wrote: > > Tim Roberts 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 ow

Re: [python-win32] force outlook ui update

2008-10-29 Thread Tim Roberts
Christan K. wrote: > Tim Roberts 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,

Re: [python-win32] force outlook ui update

2008-10-29 Thread Tim Golden
Christan K. wrote: Tim Roberts 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. selecting and desle

Re: [python-win32] force outlook ui update

2008-10-29 Thread Christan K .
Tim Roberts 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. > > selecting and deslec

Re: [python-win32] force outlook ui update

2008-10-27 Thread Tim Roberts
Christian K. wrote: > > 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) > msg.SetProps([(PR_SUBJECT, self._subject)]) > msg.SaveChanges(mapi.KEEP_OPEN_READWRITE) > > the subject field in

[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) msg.SetPro