wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..AccountEmail Property

Account email (or account name on old Wow version) (you need to activate Relogger).

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

Syntax


public string AccountEmail { get; set; }
Public Property AccountEmail As String
	Get
	Set
public:
property String^ AccountEmail {
	String^ get ();
	void set (String^ value);
}