View Single Post
  #3  
Old November 20th 07, 07:54 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default list attachment names in table view

You would need to put the names into a field that Outlook can display in a view. No built-in field is available for that. You could write take VBA code for the MAPIFolder.Items.ItemAdd event to monitor the folder for new items and copy attachment names into the BillingInformation or Mileage property.

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


"sawdusty" wrote in message ...
In the table view of my inbox, I'd like to create a column that lists the
names of the attachments.. This data has to be available somewhere, doesn't
it? It's isolated when you Left click on a message with an attachment (View
attachment). Any thoughts?

Ads