AlternateView Constructor (Stream, String) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AlternateView(
Stream contentStream,
string mediaType
)
Public Sub New (
contentStream As Stream,
mediaType As String
)
public:
AlternateView(
Stream^ contentStream,
String^ mediaType
)
new :
contentStream : Stream *
mediaType : string -> AlternateView
Parameters
- contentStream
- Type: System.IOStream
The content stream. - mediaType
- Type: SystemString
Internet media type.
See Also