Dart.Mail Namespace : ImapResponse Class |
Public Class ImapResponse
Dim instance As ImapResponse
public class ImapResponse
public __gc class ImapResponse
public ref class ImapResponse
An IMAP server response may be received as a reply to a command, or may be received unprovoked.
For example, upon receiving the following line,
* OK [UIDVALIDITY 1032904889] UIDs valid
the properties of this object would be:
Property | Value |
---|---|
ImapResponse.Code | ImapCode.UidValidity |
ImapResponse.CodeValue | "1032904889" |
ImapResponse.Explanation | "UIDs valid" |
ImapResponse.Operation | "" |
ImapResponse.Status | ImapStatus.Ok |
ImapResponse.Tag | "*" |
ImapResponse.Value | "" |
System.Object
Dart.Mail.ImapResponse