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.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?

Regards, Christian

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

Reply via email to