LumiSoft Net Help
Parse Method (response)
NamespacesLumiSoft.Net.IMAPIMAP_r_u_SearchParse(String)
Parses SEARCH response from exists-response string.
Declaration Syntax
C#Visual BasicVisual C++F#
public static IMAP_r_u_Search Parse(
	string response
)
Public Shared Function Parse ( 
	response As String
) As IMAP_r_u_Search
public:
static IMAP_r_u_Search^ Parse(
	String^ response
)
static member Parse : 
        response : string -> IMAP_r_u_Search 
Parameters
response (String)
Exists response string.
Return Value
IMAP_r_u_Search
Returns parsed search response.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when response is null reference.

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