LumiSoft Net Help
IMAP_Namespace_Entry Constructor (name, delimiter)
NamespacesLumiSoft.Net.IMAPIMAP_Namespace_EntryIMAP_Namespace_Entry(String, Char)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_Namespace_Entry(
	string name,
	char delimiter
)
Public Sub New ( 
	name As String,
	delimiter As Char
)
public:
IMAP_Namespace_Entry(
	String^ name, 
	wchar_t delimiter
)
new : 
        name : string * 
        delimiter : char -> IMAP_Namespace_Entry
Parameters
name (String)
Namespace name.
delimiter (Char)
Hierarchy delimiter char.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when name 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