property FileName: string;
Description
Holds the filename to suggest the receiver where the attachment is detached and stored in a separate file.
This property sets the "filename" field in the Content-Dispositon header. When you change the parameter, the ContentDisposition property is changed as well, and vice versa.
An example of the filename field in the Content-Dispositon header: 'Content-Dispositon: attachment; filename="test"'.
See Also