[python-win32] Change Property of Microsoft Office Document Imaging 2003 Viewer Control

2008-10-27 Thread Xiaolin (Jolin) Zhuo
Hello, I’m trying to use Microsoft Office Document Imaging in Python. Here’s the reference for MODI Viewer Control. http://msdn.microsoft.com/en-us/library/aa167614(office.11).aspx It is said that, Loading a Document into the Viewer Control You can load a document into the viewer control b

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