wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..DoNotMailList Property

List of items names to not send by mail (this option override item quality filter options, you need to activate option UseMail).

Namespace:  wManager
Assembly:  wManager (in wManager.dll)

Syntax


public List<string> DoNotMailList { get; set; }
Public Property DoNotMailList As List(Of String)
	Get
	Set
public:
property List<String^>^ DoNotMailList {
	List<String^>^ get ();
	void set (List<String^>^ value);
}