Note: I was asked to create an app that extracts .msg files from a .pst file preferably in MFC. I was informed that they have tried to use other 3rd party apps but they all failed (don't ask me how) so that's why they are asking me to create an app to do this.
First question: I was told that MFC was the preferred language, so are there MFC libraries to support implementing this in MFC? If not, can C# do?
Second question: If yes, which libraries to use? If not, which C# libraries to use?