You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Unapproved Listings

Why is my listing unapproved?

  A listing will be marked as Unapproved if it has a future On Market Date that has not been reached.

  An Unapproved listing will only be visible to the Listing Agent, Listing Co-Agent and Broker of the office until the On Market Date is reached. To make the listing live and visible to other agents, the Listing Agent is able to revise the On Market Date to the current date.

  • 29
  • 06-Jul-2017
  • 924 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });