Stores message header to the specified stream.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void HeaderToStream( Stream stream )
Public Sub HeaderToStream ( stream As Stream )
public: void HeaderToStream( Stream^ stream )
member HeaderToStream : stream : Stream -> unit
Parameters
- stream (Stream)
- Stream where to store data.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this method is accessed. |
ArgumentNullException | Is raised when argument stream value is null. |
POP3_ClientException | Is raised when POP3 serveer returns error. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119