B
B.
I want to loop through opened Outlook tasks from Access 2000.
Task is not necessarily saved in task folder so I can't loop through folder
items.
I have procedure that create task items every 5 minutes and I don't want to
create task more than once in a case it is still opened and not completed
(since the last task creation).
If it is opened I want to display it on the screen.
I found this
http://www.experts-exchange.com/Applications/MS_Office/Outlook/Q_20702885.html
but for inspector declaration it gives me compile error: user-defined type
not defined
I would appreciate any hint.
Tnx in advance.
B.
Task is not necessarily saved in task folder so I can't loop through folder
items.
I have procedure that create task items every 5 minutes and I don't want to
create task more than once in a case it is still opened and not completed
(since the last task creation).
If it is opened I want to display it on the screen.
I found this
http://www.experts-exchange.com/Applications/MS_Office/Outlook/Q_20702885.html
but for inspector declaration it gives me compile error: user-defined type
not defined
I would appreciate any hint.
Tnx in advance.
B.