i have such code
For Each objItem In StartFolder.Items
MessageBox.Show("to " + objItem.To)
Next
if field to is empty(empty in letter of outlook), there is no exception but the debugger shows
objItem.To Run-time exception thrown : System.MissingMemberException - Public member 'To' on type 'ReportItem' not found.
how can i catch this? because any try to check property objItem.To will generate another exception