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