PstFolderShortName Property
Gets the short name (without parent folder names if any) of the folder.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string ShortName { get; }

Property Value

Type: String
The string containing the folder's short name without any delimiters or parent folder names.
Remarks
If the folder is a top level folder, its short name is equal to its full name.
See Also