 | Pop3SendCommand(String) Method |
Sends command, which expects to receive single-line response, to POP3 server (e.g. "STAT").
Namespace: Limilabs.Client.POP3Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Pop3Response SendCommand(
string command
)
Public Function SendCommand (
command As String
) As Pop3Response
public:
Pop3Response^ SendCommand(
String^ command
)
member SendCommand :
command : string -> Pop3Response Parameters
- command String
- Command e.g. "STAT".
Return Value
Pop3ResponseSingle-line response object.
Exceptions
Remarks
Most commands have their own specialized methods in this class, you should probably use them instead.
See Also