View Single Post
  #4  
Old February 25th 06, 02:10 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Adding Follow Up field to Field Chooser Programatically.

Then I'm really confused by your topic "Adding Follow Up Field to Field Chooser Programmatically." Do you mean you want to add that field to a view programmatically? In Outlook 2002 and 2003, you can control the fields dipslayed in a view by working with the View.XML property. MSDN has articles at http://msdn.microsoft.com/library/en...ustomViews.asp and http://msdn.microsoft.com/library/en...XMLViewDef.asp See http://www.outlookcode.com/threads.a...4&messageid=19 for additional sample code.


--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"c" wrote in message oups.com...
Hello Sue,
Thanks for your response. The follow-up field is already in the Field
Chooser (which I interpret as the lil GUI used to drag and drop fields
to the mail view). It is for Mail -- specifically the Inbox.

Ads