wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..ForceMailList Property

List of items names to 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> ForceMailList { get; set; }
Public Property ForceMailList As List(Of String)
	Get
	Set
public:
property List<String^>^ ForceMailList {
	List<String^>^ get ();
	void set (List<String^>^ value);
}