For Each task In tasks ‘ iterate through the tasks here Next
... ARGH!
How do I actually get to the tasks then? how do I acess the subject, for example?
Anytime I try using an object like dim task as outlook.taskitem I get a NULL reference exception. If I use dim task as new outlook.taskitem() I get a "can not be used in this context, as outlook.classitem is FRIEND"