AttachmentBase Constructor (String, ContentType) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax protected AttachmentBase(
string fileName,
ContentType contentType
)
Protected Sub New (
fileName As String,
contentType As ContentType
)
protected:
AttachmentBase(
String^ fileName,
ContentType^ contentType
)
new :
fileName : string *
contentType : ContentType -> AttachmentBase
Parameters
- fileName
- Type: SystemString
Name of the file. - contentType
- Type: Aspose.Email.MimeContentType
Type of the content.
See Also