Sets the attachment's file name.

Namespace: Limilabs.Mail.Fluent
Assembly: 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.

Return Value

Attachment configuration

See Also