EMDeploymentSettingsSuppressionLists Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IList<EMList> SuppressionLists { get; set; }Public Property SuppressionLists As IList(Of EMList)
	Get
	Set
public:
property IList<EMList^>^ SuppressionLists {
	IList<EMList^>^ get ();
	void set (IList<EMList^>^ value);
}member SuppressionLists : IList<EMList> with get, set
function get_SuppressionLists();
function set_SuppressionLists(value);
Property Value
Type: 
IListEMList
See Also