@Deprecated public final class ImapResponse extends Object
Represents an imap response retrieved from server.
Modifier and Type | Method and Description |
---|---|
String |
getCommandId()
Deprecated.
Gets a command identifier.
|
String |
getMessage()
Deprecated.
Gets a response message.
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getResponseLines()
Deprecated.
Gets a response lines.
|
int |
getResult()
Deprecated.
Gets a result of command.
|
public final String getCommandId()
Gets a command identifier.
public final int getResult()
Gets a result of command.
public final String getMessage()
Gets a response message.
public final com.aspose.ms.System.Collections.Specialized.StringCollection getResponseLines()
Gets a response lines.