LinkedResource Constructor (Stream, String)

Initializes a new instance of the LinkedResource class.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public LinkedResource(
	Stream contentStream,
	string mediaType
)

Parameters

contentStream
Type: System.IOStream
A stream that contains the content for this resource.
mediaType
Type: SystemString
Internet media type.
See Also