MailBee.NET Objects 3.1

FolderStatus.FolderName Property

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

public string FolderName {get;}

Property Value

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

FolderStatus Class | MailBee.ImapMail Namespace | RawFolderName