This class represents IMAP server status(OK,NO,BAD) response. Defined in RFC 3501 7.1.
| C# | Visual Basic | Visual C++ | F# |
public class IMAP_r_ServerStatus : IMAP_r
Public Class IMAP_r_ServerStatus Inherits IMAP_r
public ref class IMAP_r_ServerStatus : public IMAP_r
type IMAP_r_ServerStatus = class inherit IMAP_r end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| IMAP_r_ServerStatus(String, String, String) |
Default constructor.
| |
| IMAP_r_ServerStatus(String, String, IMAP_t_orc, String) |
Default constructor.
| |
| CommandTag |
Gets command tag.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsContinue |
Gets if this response is continuation response.
| |
| IsError |
Gets if this response is error response.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OptionalResponse |
Gets IMAP server otional response-code. Value null means no optional response.
| |
| OptionalResponseArgs | Obsolete.
Gets optional response aruments string. Value null means not specified. For more info see RFC 3501 7.1.
| |
| OptionalResponseCode | Obsolete.
Gets IMAP server status response optiona response-code(ALERT,BADCHARSET,CAPABILITY,PARSE,PERMANENTFLAGS,
READ-ONLY,READ-WRITE,TRYCREATE,UIDNEXT,UIDVALIDITY,UNSEEN).
Value null means not specified. For more info see RFC 3501 7.1.
| |
| Parse(String) |
Parses IMAP command completion status response from response line.
| |
| ResponseCode |
Gets IMAP server status response code(OK,NO,BAD).
| |
| ResponseText |
Gets response human readable text after response-code.
| |
| ToStreamAsync(Stream, IMAP_Mailbox_Encoding, EventHandler<(Of <<'(EventArgs<(Of <<'(Exception>)>>)>)>>)) |
Starts writing response to the specified stream.
(Inherited from IMAP_r.) | |
| ToStreamAsync(IMAP_Session, Stream, IMAP_Mailbox_Encoding, EventHandler<(Of <<'(EventArgs<(Of <<'(Exception>)>>)>)>>)) |
Starts writing response to the specified stream.
(Inherited from IMAP_r.) | |
| ToString()()()() |
Returns this as string.
(Overrides Object.ToString()()()().) | |
| ToString(IMAP_Mailbox_Encoding) |
Returns this as string.
(Inherited from IMAP_r.) |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119