Eg:If I want attachment from mail metro app to be uploaded to my metro app then what to do?
void FileSavePickerPage::OnTargetFileRequested(FileSavePickerUI^ sender, TargetFileRequestedEventArgs^ e)
{
Here I need the code to download the file mail app and upload to my metro app
}
plz help me