Click or drag to resize

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

Property Value

Type: String
See Also