I have tried to Launch Hotmail App from my app but could not do so.
Is there anyway to call/list third party application in my WP8 app?
I have tried to Launch Hotmail App from my app but could not do
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use LaunchUriAsync to launch the email app (I assume this is what you mean by Hotmail app), using a
mailto:format URI. See MSDN for reference and a list of other URI/files types you can use for other built-in apps.You can’t list 3rd party apps, only other applications you yourself have published in the Store.