ImapNamespacePrefix Property
The prefix which needs to be used in the beginning of a folder name to select it within the given namespace.

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

Property Value

Type: String
Empty string for Personal namespace, or mail-server dependent value for other namespaces (such as "~" for Other Users', "~public/" or "#" for Shared folders).
Remarks
To select a folder within the given namespace, prepend its name with this prefix: fullFolderName = namespace.Prefix + shortFolderName in C# syntax where shortFolderName is the folder name within the given namespace. Do NOT insert Delimiter value between the prefix and the folder name! Delimiter is only to be used levels in folder names (if folders are nested).
See Also