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

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