Parses MIME header from the specified stream.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Parse( SmartStream stream, Encoding encoding )
Public Sub Parse ( stream As SmartStream, encoding As Encoding )
public: void Parse( SmartStream^ stream, Encoding^ encoding )
member Parse : stream : SmartStream * encoding : Encoding -> unit
Parameters
- stream (SmartStream)
- MIME header stream.
- encoding (Encoding)
- Headers fields reading encoding. If not sure, UTF-8 is recommended.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when stream or encoding is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119