Vista: Write access on Outlook

L

lukas

hi all,

i want to create a journal entry from my program. it runs fine under XP, but
I have trouble under vista when outlook is already running.

this line throws an exception: "The Operation failed."
Outlook.JournalItem itemJournal =
(Outlook.JournalItem)objOutlook.CreateItem(Outlook.OlItemType.olJournalItem);

what can i do?

thanks
lukas
 
Top