AttachmentBase Constructor (String, String)

Initializes a new instance of the AttachmentBase class.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
protected AttachmentBase(
	string fileName,
	string mediaType
)

Parameters

fileName
Type: SystemString
Name of the file.
mediaType
Type: SystemString
Type of the media.
See Also