I have a sharepoint site and i upload files to it through email.
The problem is even though all the files get uploaded only the metadata of Office files are getting auto filled.
Can anyone tell me how to get the other files also to auto fill the metadata?
Thanks in advance.
That SharePoint autofills the metadata with Office files is a service from Microsoft. Any other filetypes you will need to implement your on
SPEmailEventReceiver– in that you can do whatever you like with the files and get the files` metadata etc.