Within the parser, and indexer, is there a way to also include Email Messages - EML and MSG file types ??
The DI parsers can use additional formats ;
https://learn.microsoft.com/en-au/azure/search/search-how-to-index-azure-blob-storage#supported-document-formats
But - the doco for this project only lists SOME of these - not all ;
https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/data_ingestion.md#supported-document-formats
How would I include the parsing for EML and MSG ??