I'm using Outlook via Visual Basic 6
When I use the command :
VB Code:
Set itmClient = otlApp.GetNamespace("MAPI").GetItemFromID(rstClient.Fields("EntryID"))
I get the error "The operation failed"
Sometimes it works and sometimes it fails !
Anybody knows why?
