PowerTCP Mail for .NET
Value Property (ImapResponse)




Gets the first value/token of the response.
Syntax
Public ReadOnly Property Value As String
Dim instance As ImapResponse
Dim value As String
 
value = instance.Value
public string Value {get;}
public: __property string* get_Value();
public:
property String^ Value {
   String^ get();
}

Property Value

The text indicating the value; otherwise an empty string.
Remarks

This property returns the first value/token in the response. For example, the value is "99" for the line below.

            * 99 EXISTS
            

This information is not included with all responses from the server.

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