Custom folders

V

Vic

I am very new to the Outlook programming.
I was wondering if there is any way to create a custom view. I want to
create a view that is similar to the Calendar folder view, but I want
to show tasks along y-axis (instead of time of the day). That way it
would be possible to see which tasks are scheduled to run on which
days. I also would like to read data from a custom DB, but I have not
looked into that yet.

I tried to look at custom view, but my problem is that I am not clear
how exactly view is mapped to the data (via <prop> tag?>.


Any ideas or good books recomendations are welcome.

Victor
 
S

Sue Mosher [MVP-Outlook]

Outlook doesn't support that type of view. You might be able to work
something like that out with an ActiveX listview control in a folder home
page, though.
 
Top