LinkedResource Constructor (String, 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,
	string mediaType
)

Parameters

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