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

How do I transfer offices?

You will need to submit an Agent change form to our membership department at [email protected]. Link to form can be found here: http://bareiws.rapams.com/root-documents/forms/forms-1/membership-forms/71-agent-change-listing-transfer-form/file.html

  • 88
  • 18-Aug-2022
  • 1137 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; }); });