The date and time that the address was last verified (normally via a 3rd party tool like Accumail)

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

See Also