Windows 8,launch outlook from metro application
I am trying to open out look from metro application (vs2012, windows store
app).I used the following code:
var mailto = new Uri("mailto:?rbethamcharla@hotmail.com");
await Windows.System.Launcher.LaunchUriAsync(mailto);
But I am always getting access denied error.Could some one please let know
how to enable this acess of outlook from windows 8 store app
programmatically.
Thanks & Regards Ravi Kumar B
No comments:
Post a Comment