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