Is there a way to access, query, or update the following User preferences via the API or SOQL?
- The User's bcc-to-salesforce address
I've looked for any reference to these in the Force.com IDE's Schema Browser, and also checked the API reference, but can't find any mention of them.
Thanks!
NOTE: I've split this question in two; leaving the first piece, which is answered here, and re-asking the second piece in a separate question
Attribution to: Benj
Possible Suggestion/Solution #1
The email to salesforce addresses can be found in the EmailServicesAddress object
Select LocalPart, EmailDomainName From EmailServicesAddress Where Function.FunctionName = 'EmailToSalesforce'
Attribution to: Daniel Hoechst
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/948