wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..UseMail Property

Send items by email when the bot goes to town (look options MailRecipient, MailSubject, UseMollE, MailGray, MailWhite, MailGreen, MailBlue, MailPurple, DoNotMailList, ForceMailList).

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

Syntax


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