Documentation for this section has not yet been entered.
The ContentDisposition.FileName property allows the sender to suggest the name to be used to store an e-mail attachment on the recipient's computer. This name is a suggestion only; the receiving system can ignore it. The name must not include path information; any such information is ignored by the receiving computer.
To remove file name information, you can set this property to null or the empty string ("").
The Content-Disposition header is described in RFC 2183 available at tp://www.ietf.org/.