Parses MIME message from the specified stream.

C# | Visual Basic | Visual C++ | F# |
public static MIME_Message ParseFromStream( Stream stream, Encoding headerEncoding )
Public Shared Function ParseFromStream ( stream As Stream, headerEncoding As Encoding ) As MIME_Message
public: static MIME_Message^ ParseFromStream( Stream^ stream, Encoding^ headerEncoding )
static member ParseFromStream : stream : Stream * headerEncoding : Encoding -> MIME_Message

MIME_Message
Returns parsed MIME message.
Returns parsed MIME message.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when stream or headerEncoding is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119