FolderStatusFolderName Property |
Gets the full name of the folder including parent folder names if any.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string FolderName { get; }
Public ReadOnly Property FolderName As String
Get
Property Value
Type:
StringThe 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