wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..MailRecipient Property

Mail recipient name (you need to activate option UseMail).

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

Syntax


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