Header Preferences

  • Thread starter Thread starter DENNIS BROWN
  • Start date Start date
D

DENNIS BROWN

Hi,
I need to find a means of telling what headers the user has set to display in the Message list. How can I do this?
Is there a "visible" property or something I can check in the TableView or something?
 
In Outlook 2007, the TableView.ViewFields collection will tell you which fields are visible in the view.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


Hi,
I need to find a means of telling what headers the user has set to display in the Message list. How can I do this?
Is there a "visible" property or something I can check in the TableView or something?
 
Thanks!

--

Thanks,
Dennis
In Outlook 2007, the TableView.ViewFields collection will tell you which fields are visible in the view.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


Hi,
I need to find a means of telling what headers the user has set to display in the Message list. How can I do this?
Is there a "visible" property or something I can check in the TableView or something?
 
Back
Top