I want to know how can i send an email with a standard text like “Hello, i’m here” with my current location (longitude & latitude) when i just hit a button in a windows phone 7.5 application.
The steps are:
1) Hit the button
2) An email (from my account) automatically send it to another standard email with
my current longitude & latitude, name of the City and a standard text “Hello, i’m here”.
Thanks in advance
It works perfectly. Thanks MyKuLLSKI.
But i have a “problem”. I don’t want to open the email application. I want to skip that. When the user push the button, i want to send the email with the current location instantly and without the user do something else (more clicks).
One click = email send with location and text
Hey @Thos I hope this is exactly what you are looking for. I do not have my device on hand but this should work.
References Needed
WMAppManifest (Add this to the Capabilities child)
XAML
Code Behind