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