Re-labeling TaskPad in Calendar

  • Thread starter Thread starter Amol Kulkarni
  • Start date Start date
A

Amol Kulkarni

Hello,
I am Developing COM Add-in for MS outlook using COM/ATL. I need
to re-label the TaskPad view in Calendar. I can do it manually by selecting
Format Columns by right clicking on TaskPad view. How to re-label this view
Programmatically? How should I get reference of this TaskPad view?

Thanks and regards

Amol Kulkarni
 
If you're using Outlook 2002 or 2003, you can manage column name labels with
View.XML -- that would be the calendar view, which embeds the taskpad.
 
Hi sue,
where the View.xml resides? because I searched all the folder in all
drive I did not get any View.xml file. please guide.

Thank You

Amol
 
No files are involved. Look in the object browser. View is the object
representing an Outlook view. XML is a property of the view.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Thanks sue.
I got the clue. Is this XML property of View object not useful in outlook
2000?

amol
 
Correct.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top