BodyPart Save Method (Stream) | MSG .NET Class Library |
Saves the specified stream.
Namespace: Independentsoft.Email.MimeAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public void Save( Stream stream )
public void Save( Stream stream )
Public Sub Save ( stream As Stream )
Public Sub Save ( stream As Stream )
Dim instance As BodyPart Dim stream As Stream instance.Save(stream)
Dim instance As BodyPart Dim stream As Stream instance.Save(stream)
public void Save( Stream stream )
public void Save( Stream stream )
public function Save( stream : Stream )
public function Save( stream : Stream )
function Save(stream);
function Save(stream);
Parameters
- stream
- Type:
System.IO Stream
The stream.
Exceptions
Exception | Condition |
---|---|
![]() | stream |
See Also