Table of Contents

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

MsgExtHelper

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)

Parameters

msgFilePath string

Path to the input .msg file.

htmlFilePath string

Path to the output .html file.

Returns

Task