LumiSoft Net Help
IMAP_r_ServerStatus Constructor (commandTag, responseCode, optionalResponse, responseText)
NamespacesLumiSoft.Net.IMAPIMAP_r_ServerStatusIMAP_r_ServerStatus(String, String, IMAP_t_orc, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_r_ServerStatus(
	string commandTag,
	string responseCode,
	IMAP_t_orc optionalResponse,
	string responseText
)
Public Sub New ( 
	commandTag As String,
	responseCode As String,
	optionalResponse As IMAP_t_orc,
	responseText As String
)
public:
IMAP_r_ServerStatus(
	String^ commandTag, 
	String^ responseCode, 
	IMAP_t_orc^ optionalResponse, 
	String^ responseText
)
new : 
        commandTag : string * 
        responseCode : string * 
        optionalResponse : IMAP_t_orc * 
        responseText : string -> IMAP_r_ServerStatus
Parameters
commandTag (String)
Command tag.
responseCode (String)
Response code.
optionalResponse (IMAP_t_orc)
Optional response. Value null means not specified.
responseText (String)
Response text after response-code.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when commandTag,responseCode or responseText 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