| MimeDataSafeFileName Property |
Gets suggested file name. All special characters and path are removed.
If the
FileName is not specified (
HasFileName is false)
generates random file name in format "att_d1be267b623941159a159158138a636e" and uses
ContentType to establish correct extension.
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public virtual string SafeFileName { get; }
Public Overridable ReadOnly Property SafeFileName As String
Get
public:
virtual property String^ SafeFileName {
String^ get ();
}
abstract SafeFileName : string with get
override SafeFileName : string with get
Property Value
Type:
StringSee Also