DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

captain's picture

Unregistered

Feeds

aliases

  • captain

captain

1 year ago

in Get Tasks in Outlook 2007 with VB.NET on Emad Ibrahim
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"

help, please?
Returning? Login