AttachmentBase Constructor (String, String) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxprotected AttachmentBase(
string fileName,
string mediaType
)
Protected Sub New (
fileName As String,
mediaType As String
)
protected:
AttachmentBase(
String^ fileName,
String^ mediaType
)
new :
fileName : string *
mediaType : string -> AttachmentBase
Parameters
- fileName
- Type: SystemString
Name of the file. - mediaType
- Type: SystemString
Type of the media.
See Also