Attachment Constructor (String) |
Initializes a new instance of the
Attachment class.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public Attachment(
string fileName
)
Public Sub New (
fileName As String
)
public:
Attachment(
String^ fileName
)
new :
fileName : string -> Attachment
Parameters
- fileName
- Type: SystemString
Name of the file.
See Also