Click or drag to resize

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; }

Property Value

Type: String
See Also