Click or drag to resize

MimeVCardSafeFileName Property

Gets suggested file name. All special characters and path are removed. If the FileName is not specified (HasFileName is false), tries to use FullName to create a file name or generates a random file name in format "vcard.vcf".

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