| MimeMessageGlobalSafeFileName Property |
Gets suggested file name. All special characters and path are removed.
If the
FileName is not specified (
HasFileName is false),
tries to use
Subject to create a file name or generates a file name in format "message.eml".
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public override string SafeFileName { get; }
Public Overrides ReadOnly Property SafeFileName As String
Get
public:
virtual property String^ SafeFileName {
String^ get () override;
}
abstract SafeFileName : string with get
override SafeFileName : string with get
Property Value
Type:
StringSee Also