LumiSoft Net Help
GetFolderMyRights Method (folder)
NamespacesLumiSoft.Net.IMAP.ClientIMAP_ClientGetFolderMyRights(String)
Gets myrights to the specified folder.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_r_u_MyRights[] GetFolderMyRights(
	string folder
)
Public Function GetFolderMyRights ( 
	folder As String
) As IMAP_r_u_MyRights()
public:
array<IMAP_r_u_MyRights^>^ GetFolderMyRights(
	String^ folder
)
member GetFolderMyRights : 
        folder : string -> IMAP_r_u_MyRights[] 
Parameters
folder (String)
Folder name with path.
Return Value
array<IMAP_r_u_MyRights>[]()[][]
Returns MYRIGHTS responses.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
InvalidOperationExceptionIs raised when IMAP client is not in valid state. For example 'not connected'.
ArgumentNullExceptionIs raised when folder is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.
IMAP_ClientExceptionIs raised when server refuses to complete this command and returns error.

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