Parses MIME message from the specified file.

C# | Visual Basic | Visual C++ | F# |
public static MIME_Message ParseFromFile( string file, Encoding headerEncoding )
Public Shared Function ParseFromFile ( file As String, headerEncoding As Encoding ) As MIME_Message
public: static MIME_Message^ ParseFromFile( String^ file, Encoding^ headerEncoding )
static member ParseFromFile : file : string * headerEncoding : Encoding -> MIME_Message

MIME_Message
Returns parsed MIME message.
Returns parsed MIME message.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when file or headerEncoding is null. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119