![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
I've never been able to find a way to list the names or number of attachments
in an e-mail within a view, or even filter on whether attachments exist or not. -- Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "sawdusty" wrote: 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? |
#3
|
|||
|
|||
![]()
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? |
#4
|
|||
|
|||
![]()
It takes a DASL query:
"urn:schemas:httpmail:hasattachment" = 1 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Eric Legault [MVP - Outlook]" wrote in message ... I've never been able to find a way to ... even filter on whether attachments exist or not. |
#5
|
|||
|
|||
![]()
Now I remember! Thanks Sue.
-- Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Sue Mosher [MVP-Outlook]" wrote: It takes a DASL query: "urn:schemas:httpmail:hasattachment" = 1 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Eric Legault [MVP - Outlook]" wrote in message ... I've never been able to find a way to ... even filter on whether attachments exist or not. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
not all categories displaying in table view | [email protected] | Outlook - General Queries | 2 | May 6th 07 08:28 AM |
all categories not displaying in table view | [email protected] | Outlook - Using Contacts | 1 | May 6th 07 08:21 AM |
WYSIWYG in Table View? | T. Wise | Outlook - Using Contacts | 0 | September 2nd 06 07:03 PM |
how to view the names in distribution list | makar | Outlook - Using Contacts | 5 | May 13th 06 03:31 AM |
Table View Contacts Gridline | lopnorth | Outlook - General Queries | 0 | February 23rd 06 04:56 PM |