Parses MIME message from the specified stream.
            
 Declaration Syntax
 Declaration Syntax| 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
 Parameters
 Parameters- stream (Stream)
- Stream from where to parse MIME message. Parsing starts from current stream position.
 Return Value
 Return ValueMIME_Message
Returns parsed MIME message.
Returns parsed MIME message.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | Is raised when stream is null. | 
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119

