Store message to the specified stream.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void ToStream( Stream stream )
Public Sub ToStream ( stream As Stream )
public: void ToStream( Stream^ stream )
member ToStream : stream : Stream -> unit
Parameters
- stream (Stream)
- Stream where to store MIME entity. Storing starts form stream current position.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when stream is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119