I had a problem in adding attachments using emailcomposetask in wp7 as it didn’t support it. Have they fixed this in windows 8? If yes, then how can I add attachment via the code in windows 8 store app?
From what I have learned from here, I guess we can’t do it. But I want to be sure, has anyone achieved it?
Thanks in advance
Yes, you can’t attach file to a mail via code in a Windows Store app. You need to use Sharing for this task, as described here: http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh871371.aspx.