LumiSoft Net Help
IMAP_r_u_MyRights Constructor (folder, rights)
NamespacesLumiSoft.Net.IMAPIMAP_r_u_MyRightsIMAP_r_u_MyRights(String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_r_u_MyRights(
	string folder,
	string rights
)
Public Sub New ( 
	folder As String,
	rights As String
)
public:
IMAP_r_u_MyRights(
	String^ folder, 
	String^ rights
)
new : 
        folder : string * 
        rights : string -> IMAP_r_u_MyRights
Parameters
folder (String)
Folder name with path.
rights (String)
Rights values.
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