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

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

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