PstItemMakeStringSafeForFileName Method |
Replaces all those characters in the supplied string which cannot be used in filenames, with "_" symbols.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static string MakeStringSafeForFileName(
string str
)
Public Shared Function MakeStringSafeForFileName (
str As String
) As String
Parameters
- str
- Type: SystemString
A string which may contain symbols not allowed in filenames.
Return Value
Type:
StringA string safe to use as a filename, or an empty string if
str is empty.
Exceptions See Also