LumiSoft Net Help
IMAP_r_u_QuotaRoot Constructor (folder, quotaRoots)
NamespacesLumiSoft.Net.IMAPIMAP_r_u_QuotaRootIMAP_r_u_QuotaRoot(String, array<String>[]()[][])
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_r_u_QuotaRoot(
	string folder,
	string[] quotaRoots
)
Public Sub New ( 
	folder As String,
	quotaRoots As String()
)
public:
IMAP_r_u_QuotaRoot(
	String^ folder, 
	array<String^>^ quotaRoots
)
new : 
        folder : string * 
        quotaRoots : string[] -> IMAP_r_u_QuotaRoot
Parameters
folder (String)
Folder name with path.
quotaRoots (array<String>[]()[][])
Quota roots.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when folder or quotaRoots is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119