?
=?ISO-8859-15?Q?Ren=E9_Panzeri?=
Hi
I try to open a mailitem out of a database with the following code
Dim appOutlook As Outlook.Application
Dim olNamespace As Outlook.NameSpace
Dim olElement As Outlook.MailItem
Dim olInspector As Object
Set appOutlook = New Outlook.Application
Set olNamespace = appOutlook.GetNamespace("MAPI")
-> Set olElement = olNamespace.GetItemFromID(EntryID)
Set olInspector = olElement.GetInspector
olInspector.Display
set olElement brings error -520879615 "unknown error"
Thanks for your help
René
I try to open a mailitem out of a database with the following code
Dim appOutlook As Outlook.Application
Dim olNamespace As Outlook.NameSpace
Dim olElement As Outlook.MailItem
Dim olInspector As Object
Set appOutlook = New Outlook.Application
Set olNamespace = appOutlook.GetNamespace("MAPI")
-> Set olElement = olNamespace.GetItemFromID(EntryID)
Set olInspector = olElement.GetInspector
olInspector.Display
set olElement brings error -520879615 "unknown error"
Thanks for your help
René