You need to sign in to do that
Don't have an account?

Can't access EmailBouncedReason
Is there anything special needed to access the Contact.EmailBouncedReason field? I can see and select it from the Force.com perspective DB viewer but not when using the API or the Data Loader utility. Any thoughts?

Check your API endpoint. If this field was added recently, you'll want to be on the latest endpoint (14.0) in order to see it. To prior endpoints it'll be invisible.

That would do it...thanks.