Tag: Email
Sending Email using URI LaunchUriAsync in Windows Phone 8
Below is a sample code snippet of the button click event which launches the Email App and then creates a new Message with the specified email address. Sending Email using URI LaunchUriAsync in Windows Phone 8 Once the Email App is launched, the user can type the message and tap the send icon to send the email.
How to Programatically Send Email with attachments in Windows Phone 8.1 using C# ?
Below is a sample code snippet that demonstrates how to send email with attachments programmatically in Windows Phone 8.1 using C# . How to Programatically Send Email with attachments in Windows Phone 8.1 using C# ?
How to Launch the Email and Accounts Settings App using URI Scheme in Windows Phone 8?
Below is a sample code snippet demonstrating how launch the Email and Accounts Settings App via the URI Scheme and LaunchUriAsync method in Windows Phone using C#. How to Launch the Email and Accounts Settings App using URI Scheme in Windows Phone 8?