ImapGetServerResponse Method
Returns the last response from the server.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string GetServerResponse()

Return Value

Type: String
A string value which contains the last response from the server, or a null reference (Nothing in Visual Basic) if not connected to the server.
See Also