LinkedResource Constructor (String)

Initializes a new instance of the LinkedResource class.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public LinkedResource(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name that holds the content for this resource.
See Also