Is it possible to associate a particular file extension with my app in wp7.1?
I would like to allow the users of my app to email files of a particular type to each other and then when they click on the attached email file it would launch my app so it could process the file and add it to isolated storage.

link|improve this question

53% accept rate
I know registering protocol handlers is not possible. Not sure about file extensions, but my guess is no. Hopefully I'm wrong. – jeffamaphone Aug 15 '11 at 18:42
feedback

1 Answer

up vote 5 down vote accepted

No, it's not. You need a "special permission" from Microsoft to do it, that's how Adobe was allowed to do it.

But there's no part of the official released SDK that allows for it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.