wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..MailGray Property

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

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

Syntax


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