Attachment Save Method (Stream) | MSG .NET Class Library |
Saves this attachment to the specified stream.
Namespace: Independentsoft.MsgAssembly: 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 Attachment Dim stream As Stream instance.Save(stream)
Dim instance As Attachment 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
A stream.
Exceptions
Exception | Condition |
---|---|
![]() | stream |
See Also