msg

Read from .msg files [closed]

佐手、 提交于 2019-11-27 13:37:59
I need to read from Outlook .MSG file in .NET without using COM API for Outlook (cos it will not be installed on the machines that my app will run). Are there any free 3rd party libraries to do that? I want to extract From, To, CC and BCC fields. Sent/Receive date fields would be good if they are also stored in MSG files. There is code avaliable on CodeProject for reading .msg files without COM. See here . Update: I have found a 3rd party COM library called Outlook Redemption which is working fine for me at the moment. If you use it via COM-Interop in .NET, don't forget to release every COM

Read from .msg files [closed]

纵然是瞬间 提交于 2019-11-26 16:28:52
问题 I need to read from Outlook .MSG file in .NET without using COM API for Outlook (cos it will not be installed on the machines that my app will run). Are there any free 3rd party libraries to do that? I want to extract From, To, CC and BCC fields. Sent/Receive date fields would be good if they are also stored in MSG files. 回答1: There is code avaliable on CodeProject for reading .msg files without COM. See here. 回答2: Update: I have found a 3rd party COM library called Outlook Redemption which