Initializes a new instance of a AlternateView
with the content of the supplied stream.
Namespace:
Rebex.MailAssembly: Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.3844.0
Syntax
| C# |
|---|
public AlternateView( Stream contentStream ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ contentStream As Stream _ ) |
| Visual C++ |
|---|
public: AlternateView( Stream^ contentStream ) |
Parameters
- contentStream
- Type: System.IO..::.Stream
Stream from which the data will be read.