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 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 deslecting other items the message subject will be
> updated in every place.
>
> Is there a way to force an UI update?

No.  MAPI controls the mail engine, not the user interface.

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to