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.3.0

Syntax

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

See Also