PowerTCP Mail for .NET
ImapResponse Class
Members 




Represents a single line response from an IMAP server.
Object Model
ImapResponse Class
Syntax
Public Class ImapResponse 
Dim instance As ImapResponse
public class ImapResponse 
public __gc class ImapResponse 
public ref class ImapResponse 
Remarks

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 ""
Inheritance Hierarchy

System.Object
   Dart.Mail.ImapResponse

See Also

Reference

ImapResponse Members
Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic