Gets or sets the target host name used for authenticating as client.

Namespace: Limilabs.Client
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string TargetHost { get; set; }
Visual Basic
Public Property TargetHost As String
	Get
	Set
Visual C++
public:
property String^ TargetHost {
	String^ get ();
	void set (String^ value);
}

See Also