Dim Item As Object

  • Thread starter Thread starter Peter Ramsebner
  • Start date Start date
P

Peter Ramsebner

Hi all,

whats wrong with this code?
I get the errormessage like 'message not fountd' but the EntryID exists!



Dim Item As Object

Set Item =
Application.GetNamespace("MAPI").GetItemFromID("00000000D5DACB09C0EE934EA63C
407C3B099E24240B3500")


Thanks, Peter
 
Does it come from the default store? Did you try to pass the second
parameter (store id)?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Hi Dmitry,
Does it come from the default store? Did you try to pass the second
parameter (store id)?
I haven't used the store id.
But i know why it doesn't work. It's because the EntryID changes on sending
the mail.

--> Now i will open a new thread with this theme.

Thanks
 
Back
Top