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

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

Syntax

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

See Also