PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Accessing Internet Headers
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Accessing Internet Headers
![]() |
Accessing Internet Headers |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I am trying to write a c# program to access Outlook internet headers for
messages in a public folder. When I look at these messages in Outlook, and select View/Options, there is information in the Internet Headers scrollbox. BUT -- when i run the Visual Basic code ( so far this is the only documented method I have found, so I'm converting it to c# ) found here: http://support.microsoft.com/?kbid=194870 It throws an error saying the MAPI_E_NOT_FOUND, i.e., the property doesn't exist. YET -- this code works on other mail in my Inbox. Other articles tell me that the Outlook.MailItem does not contain access to the Internet Headers so I am using the MAPI object in CDO -- but, as I said, some emails do not allow the headers to display. Since I can see the headers in Outlook, shouldn't the Outlook Object Model allow me to access them ? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
PR_TRANSPORT_MESSAGE_HEADERS is only available on the messages received from
the internet. Look at the same message using MdbView or OutlookSpy, do you see this property? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "john bailo" <jbailo@vestcom.com> wrote in message news:8c904d42d4b7e19b188e5cbb8a36327f@news.teranews.com... > I am trying to write a c# program to access Outlook internet headers for > messages in a public folder. > > When I look at these messages in Outlook, and select View/Options, there is > information in the Internet Headers scrollbox. > > BUT -- when i run the Visual Basic code ( so far this is the only documented > method I have found, so I'm converting it to c# ) found here: > > http://support.microsoft.com/?kbid=194870 > > It throws an error saying the MAPI_E_NOT_FOUND, i.e., the property doesn't > exist. > > YET -- this code works on other mail in my Inbox. > > Other articles tell me that the Outlook.MailItem does not contain access to > the Internet Headers so I am using the MAPI object in CDO -- but, as I said, > some emails do not allow the headers to display. > > > Since I can see the headers in Outlook, shouldn't the Outlook Object Model > allow me to access them ? > > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

