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

What if my seller only wants details of their listing to appear on certain agent or brokerage websites, and not on others?

BAREIS does not offer an ability to send listings to some brokerage websites and not to others. If the listing office participates in the IDX program and the listing is entered “Pass to Internet—Yes”, the listing will be shared with all agents and brokerages who participate in the IDX program. 

  • 116
  • 05-Oct-2017
  • 666 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; }); });