 | ImapSendCommand(String) Method |
Sends command and waits for the server response.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic ImapResponse SendCommand(
string command
)
Public Function SendCommand (
command As String
) As ImapResponse
public:
ImapResponse^ SendCommand(
String^ command
)
member SendCommand :
command : string -> ImapResponse Parameters
- command String
- Command e.g. "NOOP".
Return Value
ImapResponseIMAP response object.
Exceptions
Remarks
Most commands have their own specialized methods in this class, you should probably use them instead.
See Also