Parses MIME message from the specified stream.

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

- stream (Stream)
- Stream from where to parse MIME message. Parsing starts from current stream position.

MIME_Message
Returns parsed MIME message.
Returns parsed MIME message.

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