R
Ronald van Aalten
My app (VB6) imports an task from a .msg file with the
..CreateItemFromTemplate statement:
Set moItem = goOutl.CreateItemFromTemplate(msMsgFile, moOlFld)
The param moOlFld is an task outlook.mapifolder and the task should be
imported into this folder. This used to worke fine and now suddenly it
doesn't work anymore. Nothing has been changed in the code and neither has
the code that produces the .msg file. The task is now incorrectly imported
in the default task folder.
What is even worse is that my code sets several named properties (with
Redemption latest version) which also used to work fine but now the named
properties mysteriously disppear without a trace. No errors are raised in
the code and stepping through the code all seams to go well. I can even
retreive a named property in the debug window; seams ok. But when the import
has finished ALL named properties are gone (I use OultookSpy to inspect the
task item).
I installed office 2003 sp2 yesterday. Could that be the cause of this
mysterious problem? Any experiences yet with extended mapi problems after
sp2 installation?
Ronald van Aalten
..CreateItemFromTemplate statement:
Set moItem = goOutl.CreateItemFromTemplate(msMsgFile, moOlFld)
The param moOlFld is an task outlook.mapifolder and the task should be
imported into this folder. This used to worke fine and now suddenly it
doesn't work anymore. Nothing has been changed in the code and neither has
the code that produces the .msg file. The task is now incorrectly imported
in the default task folder.
What is even worse is that my code sets several named properties (with
Redemption latest version) which also used to work fine but now the named
properties mysteriously disppear without a trace. No errors are raised in
the code and stepping through the code all seams to go well. I can even
retreive a named property in the debug window; seams ok. But when the import
has finished ALL named properties are gone (I use OultookSpy to inspect the
task item).
I installed office 2003 sp2 yesterday. Could that be the cause of this
mysterious problem? Any experiences yet with extended mapi problems after
sp2 installation?
Ronald van Aalten