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

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

Property Value

Type: String
The string containing the full name of the folder including parent folder names if any, or a null reference (Nothing in Visual Basic) if the folder name is not available.
Remarks

The typical values returned by this property are: "Inbox", "Sent.Orders", "INBOX\From John Doe".

MailBee automatically decodes international folder names presented in UTF-7 Modified encoding (see IMAP4 protocol specification in RFC3501 for details on UTF-7 Modified encoding). RawFolderName provides access to the original name as it was returned by the server.

See Also