LumiSoft Net Help
IMAP_Response_MyRights Constructor (folder, rights)
NamespacesLumiSoft.Net.IMAPIMAP_Response_MyRightsIMAP_Response_MyRights(String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_Response_MyRights(
	string folder,
	string rights
)
Public Sub New ( 
	folder As String,
	rights As String
)
public:
IMAP_Response_MyRights(
	String^ folder, 
	String^ rights
)
new : 
        folder : string * 
        rights : string -> IMAP_Response_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