Attachment Constructor (Stream) | MSG .NET Class Library |
Initializes a new instance of the Attachment class.
Namespace: Independentsoft.Email.MimeAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public Attachment( Stream stream )
public Attachment( Stream stream )
Public Sub New ( stream As Stream )
Public Sub New ( stream As Stream )
Dim stream As Stream Dim instance As New Attachment(stream)
Dim stream As Stream Dim instance As New Attachment(stream)
public Attachment( Stream stream )
public Attachment( Stream stream )
public function Attachment( stream : Stream )
public function Attachment( stream : Stream )
Independentsoft.Email.Mime.Attachment = function(stream);
Independentsoft.Email.Mime.Attachment = function(stream);
Parameters
- stream
- Type:
System.IO Stream
The stream.
See Also