LinkedResource Constructor (Stream, ContentType) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic LinkedResource(
Stream contentStream,
ContentType contentType
)
Public Sub New (
contentStream As Stream,
contentType As ContentType
)
public:
LinkedResource(
Stream^ contentStream,
ContentType^ contentType
)
new :
contentStream : Stream *
contentType : ContentType -> LinkedResource
Parameters
- contentStream
- Type: System.IOStream
A stream that contains the content for this resource. - contentType
- Type: Aspose.Email.MimeContentType
The type of content.
See Also