Set this field to indicate validness of server's certificate.

Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

Syntax

C#
public bool IsValid { get; set; }
Visual Basic
Public Property IsValid As Boolean
	Get
	Set
Visual C++
public:
property bool IsValid {
	bool get ();
	void set (bool value);
}

See Also