Parses MYRIGHTS response from MYRIGHTS-response string.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static IMAP_r_u_MyRights Parse( string myRightsResponse )
Public Shared Function Parse ( myRightsResponse As String ) As IMAP_r_u_MyRights
public: static IMAP_r_u_MyRights^ Parse( String^ myRightsResponse )
static member Parse : myRightsResponse : string -> IMAP_r_u_MyRights
Parameters
- myRightsResponse (String)
- MYRIGHTS response line.
Return Value
IMAP_r_u_MyRights
Returns parsed MYRIGHTS response.
Returns parsed MYRIGHTS response.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when myRightsResponse is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119