AttachmentBase Constructor (Stream, String, String) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax protected AttachmentBase(
Stream contentStream,
string name,
string mediaType
)
Protected Sub New (
contentStream As Stream,
name As String,
mediaType As String
)
protected:
AttachmentBase(
Stream^ contentStream,
String^ name,
String^ mediaType
)
new :
contentStream : Stream *
name : string *
mediaType : string -> AttachmentBase
Parameters
- contentStream
- Type: System.IOStream
The content stream. - name
- Type: SystemString
The attachment name. - mediaType
- Type: SystemString
Type of the media.
See Also