This seems impossible with iOS 7.0.4.
iOS seems to handle some file types in the Mail app differently than others. In the Mail application, you cannot open these types of files in applications that are not owned by Apple.
You can verify this using the UIDocumentInteractionController to open the file programmatically. This will force the user to open the file in many applications (in all applications that have registered this type of file or more general. Dropbox application, for example, almost opens everything).
When you send the same file to yourself and try to open it in the Mail application, you will not receive these parameters (for example, Dropbox).
I checked this by registering VCard / .vcf, Jpegs, and the user type.
source share