PstFolderSafeShortName Property |
Gets the safe short name (which can be created on the file system)
(without parent folder names if any) of the folder.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string SafeShortName { get; }
Public ReadOnly Property SafeShortName As String
Get
Property Value
Type:
StringThe string containing the folder's short name without any delimiters or parent folder names.
Remarks
If the folder is the top level folder, its short name is equal to its full name.
All characters which are not valid on the file system are replaced with "_".
See Also Reference
PstFolderSafeShortName