AlternateView Constructor (Stream, ContentType)

Initializes a new instance of the AlternateView class.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public AlternateView(
	Stream contentStream,
	ContentType contentType
)

Parameters

contentStream
Type: System.IOStream
The content stream.
contentType
Type: Aspose.Email.MimeContentType
Content type.
See Also