ContentDispositionFileName Property

Gets or sets the file name for an attachment.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public string FileName { get; set; }

Property Value

Type: String
The name of the file.
See Also