R
Roger
I have a program that goes through an outlook inbox.
Dim myItem as Outlook.MailItem
For i = 1 to items.count
myItem = myolap.items(i)
...
....
....
Next
I get a cast error exception when I get to a "Undeliverable:" in the inbox.
How do I look at the type of item before assigning?
Also what type is an Undeliverable?
Thanks,
Roger
Dim myItem as Outlook.MailItem
For i = 1 to items.count
myItem = myolap.items(i)
...
....
....
Next
I get a cast error exception when I get to a "Undeliverable:" in the inbox.
How do I look at the type of item before assigning?
Also what type is an Undeliverable?
Thanks,
Roger