View Single Post
  #6  
Old February 19th 10, 05:29 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Identify Read Recepits

That is the correct procedure, and it has worked that way for me in the
past.

Are you using a StoreID argument? I'd try that and see if it helps. You can
get Inbox using NameSpace.GetDefaultFolder(olFolderInbox) and use the
StoreID property from that object.

Are you getting any exceptions or just nothing?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Sanya Ibrahim" wrote in message
...
Well, I tried it. I am getting into a strange situation wherein:-
(a) The EntryCollection argument has string values
(b) I split the EntryCollection string on "," and use the individual
EntryID strings to retrieve the mail Items
(c) However, the GetItemFromID(EntryID) returns nothing. The EntryID
argument is not null and the value does not correspond to the new inmail.

What to do?


Ads