Click or drag to resize

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.26106.1555
Syntax
public virtual string SafeFileName { get; }

Property Value

String
See Also