Thread: Close item
View Single Post
  #1  
Old June 16th 09, 03:32 PM posted to microsoft.public.outlook.program_vba
Richard Elgert
external usenet poster
 
Posts: 3
Default Close item

I am trying to open/read all email in the inbox.. (trying to delete duplicates)

Get error at 250th item sayin the system settings do not allow any more open than that

have this in code
' need to close the email
oMsg.Close(OlInspectorClose.olSave)

but does not close the mail item

how do I close properly so no error

Ads