![]() |
| 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. |
|
|||||||
| Tags: internet, table, viewing, xheaders |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Can anyone tell me how to view x-headers in the inbox table view in
OL2003? I know I can look at the internet headers for messages individually, but I'd like to have the spam score from my filter show up in the table as part of a process to improve filtering. I first thought I could just export the meassages as a big table, but whatayaknow, when I do this, the internet headers are not available! TIA John |
| Ads |
|
#2
|
|||
|
|||
|
|
|
#3
|
|||
|
|||
|
On 9 Feb, 12:39, "Brian Tillman" wrote:
wrote: Can anyone tell me how to view x-headers in the inbox table view in OL2003? I know I can look at the internet headers for messages individually, but I'd like to have the spam score from my filter show up in the table as part of a process to improve filtering. I first thought I could just export the meassages as a big table, but whatayaknow, when I do this, the internet headers are not available! I don't believe that's possible. -- Brian Tillman If that's true, then Outlook has effectively eaten the valuable information in my email and destroyed it in any useful form. I don't believe this for a minute, the fields are accessible from code, I was just hoping someone could point me to a how to. |
|
#4
|
|||
|
|||
|
The fields are accessible from code only.
They are not separated into separate headers that could be displayed in a grid, they are all part of the PR_TRANSPORT_MESSAGE_HEADERS MAPI property, along with the MIME of the message, standard headers and any x-headers. There are a number of samples for getting the Internet headers property as a text field. From there code can parse the property into separate text lines and display those on a custom form or whatever. That's the best you can do. The information is there, it hasn't been "eaten". -- 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 wrote in message oups.com... On 9 Feb, 12:39, "Brian Tillman" wrote: wrote: Can anyone tell me how to view x-headers in the inbox table view in OL2003? I know I can look at the internet headers for messages individually, but I'd like to have the spam score from my filter show up in the table as part of a process to improve filtering. I first thought I could just export the meassages as a big table, but whatayaknow, when I do this, the internet headers are not available! I don't believe that's possible. -- Brian Tillman If that's true, then Outlook has effectively eaten the valuable information in my email and destroyed it in any useful form. I don't believe this for a minute, the fields are accessible from code, I was just hoping someone could point me to a how to. |
|
#5
|
|||
|
|||
|
On 9 Feb, 14:52, "Ken Slovak - [MVP - Outlook]"
wrote: The fields are accessible from code only. They are not separated into separate headers that could be displayed in a grid, they are all part of the PR_TRANSPORT_MESSAGE_HEADERS MAPI property, along with the MIME of the message, standard headers and any x-headers. There are a number of samples for getting the Internet headers property as a text field. From there code can parse the property into separate text lines and display those on a custom form or whatever. That's the best you can do. The information is there, it hasn't been "eaten". -- Ken Slovak [MVP - Outlook]http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm wrote in message oups.com... On 9 Feb, 12:39, "Brian Tillman" wrote: wrote: Can anyone tell me how to view x-headers in the inbox table view in OL2003? I know I can look at the internet headers for messages individually, but I'd like to have the spam score from my filter show up in the table as part of a process to improve filtering. I first thought I could just export the meassages as a big table, but whatayaknow, when I do this, the internet headers are not available! I don't believe that's possible. -- Brian Tillman If that's true, then Outlook has effectively eaten the valuable information in my email and destroyed it in any useful form. I don't believe this for a minute, the fields are accessible from code, I was just hoping someone could point me to a how to. thanks Ken, that's helpful. I have no experience of outlook coding so I'll leave that. In the end I think the best I can do is sort copies of mail into separate folders based on spam score using the rules wizard and eyeball the folders. I'm just trying to decide how severe I want my server to be at deleting spam, it's started to let loads of the stocks/GIF mail through. |
|
#6
|
|||
|
|||
|
You can always view the headers by selecting an email and right-clicking on
it and selecting Options. The entire PR_TRANSPORT_MESSAGE_HEADERS property is displayed. -- 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 wrote in message oups.com... thanks Ken, that's helpful. I have no experience of outlook coding so I'll leave that. In the end I think the best I can do is sort copies of mail into separate folders based on spam score using the rules wizard and eyeball the folders. I'm just trying to decide how severe I want my server to be at deleting spam, it's started to let loads of the stocks/GIF mail through. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| internet headers | Penny Miller | Outlook - General Queries | 6 | February 6th 07 04:59 PM |
| Custom Internet X-Headers | Nishant Mehta | Add-ins for Outlook | 0 | November 13th 06 10:18 AM |
| Viewing Email Headers via OWA? | darrel | Outlook - General Queries | 1 | November 4th 06 12:02 AM |
| Macro to display Internet headers | Seamus Conlon | Outlook and VBA | 2 | November 2nd 06 06:29 PM |
| Print all internet headers - How to? | jeis | Outlook - General Queries | 1 | August 8th 06 10:47 PM |