LumiSoft Mail Server User API
ParseQuotedParam Method (argsText)
Namespaces > LumiSoft.Net.IMAP.Server > IMAP_Utils > ParseQuotedParam(String)
Parses [quoted] parameter from args text. Parameter may be not quoted, then parameter is terminated by SP. Example: argsText="string gdkga agkgs";argsText=stringValue 10. This method also removes parsed parameter from argsText.
Syntax
C#Visual BasicManaged C++
public static string ParseQuotedParam (
	ref string argsText
)
Public Shared Function ParseQuotedParam ( _
	ByRef argsText As String _
) As String
public:
static String^ ParseQuotedParam (
	String^% argsText
)
Parameters
argsText (String)
Arguments line from where to parse param.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.IMAP.Server.IMAP_Utils.ParseQuotedParam(System.String@)]

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)