Class MsgExtHelper
- Namespace
- SunamoMsgReader
- Assembly
- SunamoMsgReader.dll
Helper class for working with MSG files (Outlook message format). Provides utilities to extract content from .msg files.
public class MsgExtHelper
- Inheritance
-
MsgExtHelper
- Inherited Members
- Extension Methods
Properties
Instance
Singleton instance of MsgExtHelper.
public static MsgExtHelper Instance { get; set; }
Property Value
Methods
CreateInstance()
Creates the singleton instance of MsgExtHelper.
public static void CreateInstance()
WriteBodyToHtmlFile(string, string)
Writes the HTML body of a MSG file to an HTML file.
public Task WriteBodyToHtmlFile(string msgFilePath, string htmlFilePath)