LumiSoft Net Help
IMAP_r_u_LSub Constructor (folder, delimiter, attributes)
NamespacesLumiSoft.Net.IMAPIMAP_r_u_LSubIMAP_r_u_LSub(String, Char, array<String>[]()[][])
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_r_u_LSub(
	string folder,
	char delimiter,
	string[] attributes
)
Public Sub New ( 
	folder As String,
	delimiter As Char,
	attributes As String()
)
public:
IMAP_r_u_LSub(
	String^ folder, 
	wchar_t delimiter, 
	array<String^>^ attributes
)
new : 
        folder : string * 
        delimiter : char * 
        attributes : string[] -> IMAP_r_u_LSub
Parameters
folder (String)
Folder name with path.
delimiter (Char)
Hierarchy delimiter char.
attributes (array<String>[]()[][])
Folder attributes.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when folder 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