EMEmailTestResultSupportsContentBlocking Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Gets and sets flag to indicate whether email client supports content blocking
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool SupportsContentBlocking { get; set; }Public Property SupportsContentBlocking As Boolean
	Get
	Set
public:
property bool SupportsContentBlocking {
	bool get ();
	void set (bool value);
}member SupportsContentBlocking : bool with get, set
function get_SupportsContentBlocking();
function set_SupportsContentBlocking(value);
Property Value
Type: 
Boolean
See Also