PstFolderName Property
Gets the full name of the folder including parent folder names if any.

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

Property Value

Type: String
The string containing the full name of the folder including parent folder names if any.
Remarks
The delimiter which is used to separate levels of folder names is: "\".
See Also