LinkedResource Constructor (String) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public LinkedResource(
string fileName
)
Public Sub New (
fileName As String
)
public:
LinkedResource(
String^ fileName
)
new :
fileName : string -> LinkedResource
Parameters
- fileName
- Type: SystemString
The file name that holds the content for this resource.
See Also