Click or drag to resize

Pop3SendCommand(String, Boolean) Method

Sends command, which expects to receive single-line response, to POP3 server (e.g. "STAT").

Namespace: Limilabs.Client.POP3
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public Pop3Response SendCommand(
	string command,
	bool throwException
)

Parameters

command  String
Command e.g. "STAT".
throwException  Boolean
If true throws Pop3ResponseException on error response

Return Value

Pop3Response
Single-line response object.
Remarks
Some commands have their own specialized methods in this class, you should probably use them instead.
See Also