PowerTCP Mail for .NET
Explanation Property




Gets explanation text sent by the server.
Syntax
Public ReadOnly Property Explanation As String
Dim instance As ImapResponse
Dim value As String
 
value = instance.Explanation
public string Explanation {get;}
public: __property string* get_Explanation();
public:
property String^ Explanation {
   String^ get();
}

Property Value

A string containing any explanatory text in the response.
Remarks

This property returns optional explanatory information text sent by the server. For example, the value is "UIDs valid" 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