AlternateView Constructor (Stream, ContentType) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AlternateView(
Stream contentStream,
ContentType contentType
)
Public Sub New (
contentStream As Stream,
contentType As ContentType
)
public:
AlternateView(
Stream^ contentStream,
ContentType^ contentType
)
new :
contentStream : Stream *
contentType : ContentType -> AlternateView
Parameters
- contentStream
- Type: System.IOStream
The content stream. - contentType
- Type: Aspose.Email.MimeContentType
Content type.
See Also