Dart.Mail Namespace > ImapResponse Class : Value Property |
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();
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.