ContentDisposition.FileName Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
FileName
Gets or sets the file name of the attachment.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
String | The file name of the attachment. Empty string if not specified. |