PowerTCP Mail for .NET
CodingStream Constructor(Stream)
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > CodingStream Class > CodingStream Constructor : CodingStream Constructor(Stream)




decodedStream
A Stream containing decoded data.
Initializes a new CodingStream with the data contained in decodedStream.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal decodedStream As Stream _
)
Visual Basic (Usage)Copy Code
Dim decodedStream As Stream
 
Dim instance As New CodingStream(decodedStream)
C# 
public CodingStream( 
   Stream decodedStream
)
Managed Extensions for C++ 
public: CodingStream( 
   Stream* decodedStream
)
C++/CLI 
public:
CodingStream( 
   Stream^ decodedStream
)

Parameters

decodedStream
A Stream containing decoded data.

Remarks

When this constructor is used, CodingStream.MimeEncoding defaults to ContentEncoding.Base64.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.