AttachmentBase Constructor (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
)

Parameters

fileName
Type: SystemString
Name of the file.
See Also