AttachmentBase Constructor (Stream, ContentType) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxprotected AttachmentBase(
Stream contentStream,
ContentType contentType
)
Protected Sub New (
contentStream As Stream,
contentType As ContentType
)
protected:
AttachmentBase(
Stream^ contentStream,
ContentType^ contentType
)
new :
contentStream : Stream *
contentType : ContentType -> AttachmentBase
Parameters
- contentStream
- Type: System.IOStream
The content stream. - contentType
- Type: Aspose.Email.MimeContentType
Type of the content.
See Also