If you add a new View object to the Folder.Views collection as a TableView
object you can then cast the returned View object to a TableView. You can
then use the methods of the TableView object to add your field and remove
others. You can also directly access the XML for the Folder view and use
that to customize the View.
Unless you're familiar with the required XML you probably are better off
using the new TableView object if you're only supporting Outlook 2007.
Look in the Help for TableView for more information and links to information
on setting the TableView properties.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"yaya" wrote in message
...
Hello,
I need to costumize the view where the messages (in the Inbox, for
example)
are listed (between the Folder tree and the Reading Pane).
If, for instance, what I see there now is the Subject of each mail and the
Sender Display name, and I want to replace the sender display name with
his/her email address.
Is there a way to do that programmatically? Can I treat the whole thing as
a
Form Region and replace it with my own?
I've looked through all the Outlook2007 artices I could find but reached
nothing..
Thanks!