AlternateView Constructor (String, ContentType) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AlternateView(
string fileName,
ContentType contentType
)
Public Sub New (
fileName As String,
contentType As ContentType
)
public:
AlternateView(
String^ fileName,
ContentType^ contentType
)
new :
fileName : string *
contentType : ContentType -> AlternateView
Parameters
- fileName
- Type: SystemString
Name of the file. - contentType
- Type: Aspose.Email.MimeContentType
Content type.
See Also