LumiSoft Mail Server User API
PublicRootFolders Property
Namespaces > LumiSoft.Net.IMAP.Server > SharedRootFolders_EventArgs > PublicRootFolders
Gets or sets public root folders. Ususaly there is only one root folder 'Public Folders'.
Syntax
C#Visual BasicManaged C++
public string[] PublicRootFolders { get; set; }
Public Property PublicRootFolders As String()
public:
array<String^>^ PublicRootFolders {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)