A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , ,

Viewing internet x-headers in table?





 
 
Thread Tools Display Modes
  #1  
Old February 9th 07, 11:43 AM posted to microsoft.public.outlook
aboleth@gmail.com
external usenet poster
 
Posts: 3
Default Viewing internet x-headers in table?

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
  #3  
Old February 9th 07, 03:39 PM posted to microsoft.public.outlook
aboleth@gmail.com
external usenet poster
 
Posts: 3
Default Viewing internet x-headers in table?

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  
Old February 9th 07, 03:52 PM posted to microsoft.public.outlook
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 3,793
Default Viewing internet x-headers in table?

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  
Old February 9th 07, 04:02 PM posted to microsoft.public.outlook
aboleth@gmail.com
external usenet poster
 
Posts: 3
Default Viewing internet x-headers in table?

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  
Old February 9th 07, 07:26 PM posted to microsoft.public.outlook
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 3,793
Default Viewing internet x-headers in table?

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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


All times are GMT +1. The time now is 04:03 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Secured Loans - Internet Advertising - Mortgages - Remortgages - Exercise Forum