PowerTCP Mail for .NET
CodeValue Property




Gets additional text returned with the response code.
Syntax
Public ReadOnly Property CodeValue As String
Dim instance As ImapResponse
Dim value As String
 
value = instance.CodeValue
public string CodeValue {get;}
public: __property string* get_CodeValue();
public:
property String^ CodeValue {
   String^ get();
}

Property Value

A string containing the response code additional text.
Remarks

This property returns any additional text returned with the response code. Typically, this optional text contains the "value" for the code.

For example, the value is "1032904889" for the line below.

            * OK [UIDVALIDITY 1032904889] UIDs valid
            
See Also

Reference

ImapResponse Class
ImapResponse Members


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