I am writing a Spring Rest service which will have to return a file with extension .oft (ex Like Sample.oft)
This oft file will be opened in Microsoft outlook application. But I don't find any specific MimeType to set in ResponseEntity object.
If I need create custom mime type, how do I implement it?
Else is there any other file extension I can use? (.eml extension does not work either)