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
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
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,
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
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
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
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