View Single Post
  #1  
Old September 27th 07, 06:16 PM posted to microsoft.public.outlook.program_vba
RS
external usenet poster
 
Posts: 28
Default Run-time Error '13' Type mismatch

Hello,

I'm trying to get all the subject lines from a specific folder. Sometimes I
get the error 13 saying type mismatch for the following line:
Set oCurrentEmail = oFolderEMail.Items.Item(i)

I think its because either it came across a read receipt or an email item
that it could not recognize. How can I skip that item and move on to the
next one. Also, sometimes it does go thru with read recipts but it wont pick
up the subject line.

Any help would be greatly appreciated.

Thanks.

Ads