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

How to access 'My email settings' in apex class
Hi All,
I want to access email name, email address and automatic BCC fields of My Email Settings in my apex class. Please suggest me some solution to do this.
Thanks.
I have the same need.
In this rather old thread (2008): http://boards.developerforce.com/t5/Apex-Code-Development/Where-is-the-Email-Name-of-My-Email-Settings-saving/m-p/63297/highlight/true#M2765 it is agreed that it's not possible to access this information via the API.
I'm able to find it anywhere in the API
Try
User.SenderName
User.Email
User.EmailPreferencesAutoBcc