Initializes a new instance of a AlternateView with the content of the supplied stream.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Sub New ( _
	contentStream As Stream _
)
C#
public AlternateView(
	Stream contentStream
)

Parameters

contentStream
Type: System.IO..::..Stream
Stream from which the data will be read.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also