Re-labeling TaskPad in Calendar

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
 
S

Sue Mosher [MVP-Outlook]

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.
 
A

Amol Kulkarni

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
 
S

Sue Mosher [MVP-Outlook]

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
 
A

Amol Kulkarni

Thanks sue.
I got the clue. Is this XML property of View object not useful in outlook
2000?

amol
 
S

Sue Mosher [MVP-Outlook]

Correct.

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

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

Top