AttachmentBase Constructor (Stream)

Initializes a new instance of the AttachmentBase class.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
protected AttachmentBase(
	Stream contentStream
)

Parameters

contentStream
Type: System.IOStream
The content stream.
See Also