Click or drag to resize

ImapSendCommand Method (String)

Sends command and waits for the server response.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public ImapResponse SendCommand(
	string command
)

Parameters

command
Type: SystemString
Command e.g. "NOOP".

Return Value

Type: ImapResponse
IMAP response object.
Exceptions
ExceptionCondition
ImapResponseExceptionThrows ImapResponseException on error response.
Remarks
Most commands have their own specialized methods in this class, you should probably use them instead.
See Also