View Single Post
  #2  
Old April 16th 07, 05:39 PM posted to microsoft.public.outlook.program_addins
dentaku
external usenet poster
 
Posts: 2
Default After each initialisation, a new draft EMail is generated.

Found the reason: http://support.microsoft.com/kb/238404/en-us
This method of retrieving the Outlook version creates a new item to
get the version. Unfortunately, the delete call doesn't work (error
that is ignored). But even with a working deletion, the folder
"deleted objects" grows after each initialisation. So this way of
getting the outlook version is not usable. I changed it by processing
the result of Application.Version.

Ads