LumiSoft Mail Server User API
LocalRecipient Property
Namespaces > LumiSoft.Net.SMTP.Server > ValidateRecipient_EventArgs > LocalRecipient
Gets or sets if recipient is local or needs relay.
Syntax
C#Visual BasicManaged C++
public bool LocalRecipient { get; set; }
Public Property LocalRecipient As Boolean
public:
bool LocalRecipient {
	bool get ();
	void set (bool value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)