ImapResponse Class

Note: This API is now obsolete.

Represents an imap response retrieved from server.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ImapImapResponse

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[ObsoleteAttribute]
public sealed class ImapResponse

The ImapResponse type exposes the following members.

Properties
  NameDescription
Public propertyCommandId
Gets a command identifier.
Public propertyMessage
Gets a response message.
Public propertyResponseLines
Gets a response lines.
Public propertyResult
Gets a result of command.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also