EMSmartListRefreshResultError Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            The error details message if the refresh attempt resulted in an error.
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic string Error { get; set; }Public Property Error As String
	Get
	Set
public:
property String^ Error {
	String^ get ();
	void set (String^ value);
}member Error : string with get, set
function get_Error();
function set_Error(value);
Property Value
Type: 
String
See Also