wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..MailWhite Property

Send white items (you need to activate option UseMail).

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

Syntax


public bool MailWhite { get; set; }
Public Property MailWhite As Boolean
	Get
	Set
public:
property bool^ MailWhite {
	bool^ get ();
	void set (bool^ value);
}