Sets the attachment's file name.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
IFluentAttachment SetFileName( string fileName ) |
| Visual Basic |
|---|
Function SetFileName ( _ fileName As String _ ) As IFluentAttachment |
| Visual C++ |
|---|
IFluentAttachment^ SetFileName( String^ fileName ) |
Parameters
- fileName
- Type: System..::..String
FileName of the attachment.