PR_TRANSPORT_MESSAGE_HEADERS

J

Joe Caruso

everytime i use the .Fields(CdoPR_TRANSPORT_MESSAGE_HEADERS) i get access
denied. I can use .Fields(4) and return a value.
 
K

Ken Slovak - [MVP - Outlook]

Does that property tag equate to a valid Long? Is CDO referenced in your
project?

The message headers are a restricted property because you can harvest email
addresses from them, are you running on a secure version of CDO? I'm not
sure if the restrictions are intelligent enough to also restrict .Fields(4)
as they would with .Fields(PR_TRANSPORT_MESSAGE_HEADERS).
 
J

Joe Caruso

Ken

CDO is referenced not sure about the property tag? not sure i understand
property tag.

thanks
 
J

Joe Caruso

Ken

I sorted out the problem. The security settings form on the public folder
was restricting access.

Thanks for your help

Joe
 
Top