| MimeStructureFileName Property |
Gets the suggested file name of this part. May be
null or empty.
Consider using
SafeFileName as it is guaranteed to contain valid file name.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string FileName { get; }
Public ReadOnly Property FileName As String
Get
public:
property String^ FileName {
String^ get ();
}
member FileName : string with get
Property Value
Type:
StringRemarks
It is important that you should not blindly use the suggested filename.
The suggested filename SHOULD be checked (and possibly changed) to see that it conforms to local file system conventions,
does not overwrite an existing file, and does not present a security problem.
See Also