Gets or sets the file name of the attachment.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property FileName As String
	Get
	Set
C#
public string FileName { get; set; }

Field Value

The file name of the attachment. Empty string if not specified.

Remarks

https://tools.ietf.org/html/rfc2183#section-2.3

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also