LinkedResource Constructor (Stream, String) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public LinkedResource(
Stream contentStream,
string mediaType
)
Public Sub New (
contentStream As Stream,
mediaType As String
)
public:
LinkedResource(
Stream^ contentStream,
String^ mediaType
)
new :
contentStream : Stream *
mediaType : string -> LinkedResource
Parameters
- contentStream
- Type: System.IOStream
A stream that contains the content for this resource. - mediaType
- Type: SystemString
Internet media type.
See Also