01-26-2010 11:17 AM
Hi,
We are developing a small web app for our corporate intranet. We will have a login screen & we need to pre-populate the user's email address in the textbox field. Is there any way we can find out user's email address? any help is greatly appreciated.
Thanks
Solved! Go to Solution.
01-27-2010 06:57 AM
Hi Omeya,
By default, the BlackBerry browser does not include the BlackBerry Smartphone's system email address in HTTP web requests. However since you are operating in a corporate intranet, you can configure the MDS component of your BlackBerry Enterprise Server to include an email (and PIN) header in all outgoing requests from the browser.
How to - Add an email address and PIN to HTTP requests from the Mobile Data Service
Sincerely,
Adam
01-27-2010 11:02 AM
Thanks a lot for the help.
Omeya
09-02-2010 03:45 PM
How do you find out email's address in ASP.Net?
I understand how to make email a part of the header via BES configuration but how to request it in .Net ?
All I see are examples for Java.
Many thanks!