Neokernel API

ESMTPSender.readLine Method

readLine: method reads one response from the SMTP receiver (a response may consist of multiple lines of text).

protected virtual bool readLine();

Return Value

: returns true if a response was successfully read and the receiverResponse and receiverResponseCode state variables were correctly set, false otherwise

See Also

ESMTPSender Class | com.neokernel.email Namespace