| MimeStructureSafeFileName Property |
Gets the safe file name of this part. All special characters and path are removed.
If the file name is not specified (
FileName is
or empty) generates random file name in format "att_d1be267b623941159a159158138a636e.dat".
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string SafeFileName { get; }
Public ReadOnly Property SafeFileName As String
Get
public:
property String^ SafeFileName {
String^ get ();
}
member SafeFileName : string with get
Property Value
Type:
StringSee Also