Newbie: How to sort by user-defined fields in calendar?

  • Thread starter Thread starter marcus.at..www
  • Start date Start date
M

marcus.at..www

Hi,

I would like to have Outlook2002 behave like the following:

In the standard calendar view (or a custom one) show the tasks sorte
by an user-defined field/column.

I found a usenet message indicating objFolder.Items.Sort as a possibl
way.

As I am not that familiar with Outlook's structure, I would appreciat
some hints on how to accomplish this with VBA code...

Thanks,
Marcu
 
The Sort method has nothing to do with the view that the user sees. You can
either create the view manually or use the View.XML property to modify the
XML definition of the view.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top