MailBee.NET Objects 7.1

Pop3.GetServerResponse Method 

Returns the last response from the server.

public string GetServerResponse();

Return Value

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 or if the previous response was considered large (a downloaded e-mail) and it was removed from memory during to avoid wasting resources.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace