von gast » Mi Nov 08, 2006 9:24 pm
I hope someone can help.
I am having a problem trying to list emails using VB.Net.
I can create an email or an appointment but cannot list the items in the
calendar folder?
This code always returns 0 count.
oMessageItems = oArchive.AllItems
If oMessageItems.Count > 0 Then
oMessageItem = oMessageItems.Item(0)
Does anyone know what I have done wrong?
Regards
Rob