ImapGetServerResponse Method |
Returns the last response from the server.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string GetServerResponse()
Public Function GetServerResponse As String
Return Value
Type:
StringA 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